Help for this page

Select Code to Download


  1. or download this
     
    
    #!/usr/bin/perl -w
    ...
        #This example was given by PerlMonks
        print Dumper(\%joined_FS);
    
  2. or download this
    #Error:
    
    Not a HASH reference at perl_script_work2.pl line 2441.
    # Looks like your test exited with 255 just after 2.
    
  3. or download this
        $VAR1 = {
              'Tom' => {
    ...
                              'week3' => 5
                           }
        };