Help for this page

Select Code to Download


  1. or download this
    $ perl -we'sub outer { my $x; sub inner { $x } }'
    Variable "$x" will not stay shared at -e line 1.
    
  2. or download this
    $ perl -we'use strict; $i'
    Global symbol "$i" requires explicit package name at -e line 1.
    Execution of -e aborted due to compilation errors.