Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    }
    
    print Dumper $broken, $works;
    
  2. or download this
    perl example.pl
    $VAR1 = {
    ...
              'that' => 1,
              'this' => 1
            };