Help for this page

Select Code to Download


  1. or download this
    "my" variable $k masks earlier declaration in same scope at a.pl line 
    +6.
    
  2. or download this
    use strict;
    
    ...
        return defined $k ? $k : 'undef';
    }