Perl

From wiki
Revision as of 18:32, 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

Print out the contents of $variable in a structured format.

use Data::Dumper;
print Dumper($variable);