Help for this page

Select Code to Download


  1. or download this
    sub {
    
    ...
    }
    
    }
    
  2. or download this
    sub named_or_anon {
       my $x;
    ...
          ... $x ...
       }
    }
    
  3. or download this
    $ perl -we'
        sub named_or_anon {
    ...
        }
    '
    Variable "$x" will not stay shared at -e line 6.