Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my %thing = @foo;
    
    print Dumper(\%thing);
    
  2. or download this
    $VAR1= { 
            'hobby' => 'lint',
            'name' => 'Roger',
            'age' => 20
    };