Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    __END__
    
    Can't use string ("\%hash1") as a HASH ref while "strict refs" in use 
    +at tmp.pl line 20.
    
  2. or download this
        my @vi = qw(\%hash1 \%hash2);
    
  3. or download this
        my @vi = (\%hash1, \%hash2);