in reply to Re^2: help with REGEXP to remove carriage return and caret from end
in thread help with REGEXP to remove carriage return and caret from end
open (TEST,">c:/temp/argtest6.txt") or die "Failed to open argtest.txt + file"; $count = 0; foreach $element (@ARGV) { print TEST $count,$element; $count += 1; } $user = lc("$ARGV7"); chomp ($user); if ($user =~ "/^\........\d\$/\n") { print TEST "
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: help with REGEXP to remove carriage return and caret from end
by Bennco99 (Acolyte) on Jul 25, 2006 at 19:04 UTC |