Help for this page

Select Code to Download


  1. or download this
    if (ref($item) =~ /HASH/) {}
    
  2. or download this
    print "Array in Array: ", @{$item}, "\n";
    ...
    print "Hash in Array: ", %{$item}, "\n";
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
                }
            }
        }
    
  4. or download this
    Volume: alpha
    Array Item: 0 
    ...
    Hash in Array:  four third_hash 
    Array Item: 2 
    Array Item: 1