Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    print "length(\%hash)=".length(%hash)."\n";
    %hash = undef;
    print "defined(\%hash)=".defined(%hash)."\n";
    
  2. or download this
    %hash=1/8
    scalar(%hash)=1/8
    length(%hash)=3
    defined(%hash)=1