Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    $ perl test.pl 
    Defined: $array[2]
    
  2. or download this
    Given an expression that specifies an element of a hash, returns true 
    +if the specified element in the hash has ever been initialized, even 
    +if the corresponding value is undefined.