in reply to how to chop last character from a string
That should do it too.$ARGV[0] =~ s/\*.*$//;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to chop last character from a string
by suaveant (Parson) on Jan 03, 2006 at 21:28 UTC | |
|
Re^2: how to chop last character from a string
by bioMan (Beadle) on Jan 04, 2006 at 15:26 UTC |