Help for this page

Select Code to Download


  1. or download this
    Global symbol "%hash" requires explicit package name at test_do_archiv
    +e2.pl line 68.
    Global symbol "%hash" requires explicit package name at test_do_archiv
    +e2.pl line 70.
    Global symbol "%hash" requires explicit package name at test_do_archiv
    +e2.pl line 72.
    Global symbol "@array" requires explicit package name at test_do_archi
    +ve2.pl line 79.
    Execution of test_do_archive2.pl aborted due to compilation errors.
    
  2. or download this
    
    #!/usr/bin/perl -w
    ...
    {
      print "key:$key, value:$hash{$key}\n";
    }