Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    {
        print( " delete failed and res is '$res'\n" );
    }
    
  2. or download this
    >perl test.pl 0
    removed value and res is HASH(0x225374)
    
    >perl test.pl 1
    removed value and res is 1