Help for this page

Select Code to Download


  1. or download this
    Global symbol "$rec" requires explicit package name at q:\tmp.pl line 
    +12.
    Global symbol "$rec" requires explicit package name at q:\tmp.pl line 
    +15.
    Execution of q:\tmp.pl aborted due to compilation errors.
    
  2. or download this
    print Dumper %HoH;
    # should be
    print Dumper \%HoH;