Help for this page

Select Code to Download


  1. or download this
    C:\>perl -e "undef a"
    Can't modify constant item in undef operator at -e line 1, at EOF
    Execution of -e aborted due to compilation errors.
    ...
    
    Binary build 628 provided by ActiveState Tool Corp. http://www.ActiveS
    +tate.com
    Built 15:41:05 Jul  4 2001
    
  2. or download this
    $ perl -e 'undef a'
    Can't modify constant item in undef operator at -e line 1, at EOF
    Execution of -e aborted due to compilation errors.
    ...
    This is perl, version 5.005_02 built for PA-RISC1.1
    
    Copyright 1987-1998, Larry Wall