Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    print $lValue."\n";
    exit 0;
    
  2. or download this
    $ perl deref_test.pl
    1
    ...
    HASH
    Can't use string ("2/8") as a HASH ref while "strict refs" in use at d
    +eref_test.pl line 14.
    
  3. or download this
    $ perl perl_deref.pl 1
    1
    ...
            };
    HASH
    1