Perl

From wiki
Revision as of 16:49, 12 February 2018 by Hdridder (talk | contribs)
Jump to navigation Jump to search

I'm leaving Perl, traded it for Python. Some shortcuts I'd like to remember

<nowiki>use Data
:Dumper<nowiki>
print Dumper($variable)
Print out the contents of $variable in a structured format.