Help for this page

Select Code to Download


  1. or download this
    sub test_parser(\%) {
    use Data::Dumper;
    print Dumper(@_);
    }
    
  2. or download this
        %myhash = @_; #this is where the problem is!!
        
    ...
    
        }
    
  3. or download this
    %myhash = %myoriginalhash;