Perl

From wiki
Revision as of 16:47, 12 February 2018 by Hdridder (talk | contribs) (Created page with "I'm leaving Perl, traded it for Python. Some shortcuts I'd like to remember ;use Data::Dumper ;print Dumper($variable) :Print out the contents of $variable in a structured fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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