Difference between revisions of "Perl"

From wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 16:47, 12 February 2018

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.