Help for this page

Select Code to Download


  1. or download this
    D:\Development>perl -v
    
    ...
    D:\Development>perl -e "chop string;"
    Can't modify constant item in chop at -e line 1, near "string;"
    Execution of -e aborted due to compilation errors.
    
  2. or download this
    E:\>perl58 -v
    
    ...
    E:\>perl58 -e "chop string"
    Can't modify constant item in chop at -e line 1, at EOF
    Execution of -e aborted due to compilation errors.