Help for this page
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.
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.