Help for this page

Select Code to Download


  1. or download this
    # local can only "mask" an "our" or a global variable ...
    ...
    # A "my" variable cannot be "localized"
    
  2. or download this
    c:\@Work\Perl>perl -wMstrict -le
    "our $xyzzy = 33;
    ...
    C: 55
    D: 55
    E: 99