PDA

View Full Version : Perl remove character chop methods


ST_Admin
05-13-2005, 05:30 AM
One way to remove characters with perl is to perform a chop method on it. The code for this is:

chop VARIABLE
chop LIST
chop