Help for this page

Select Code to Download


  1. or download this
    >perl -Mstrict -e "@1
    
    >perl -Mstrict -e "my @1
    an't use global @1 in "my" at -e line 1, near "my @1"
    Execution of -e aborted due to compilation errors.
    
  2. or download this
    >perl -Mstrict -e "%!
    
    >perl -Mstrict -e "my %!
    Can't use global %! in "my" at -e line 1, near "my %!"
    Execution of -e aborted due to compilation errors.