Can anyone tell me if i'm doing this right?
#check for dangerous characters
unless ($string =~ /^[\w .-\@:+?!]+$/) {
print "ERROR, invalid characters used.! Character =
$string";
exit;
}
thank you,
Sergio Gonzalez
--
To unsubscribe, e-mail: [EMAIL
docs but didnt find anything, and not sure if there is
an archive of answers for the list?
Sergio Gonzalez
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
try
ctrl-d, finishes sending input to command
ctrl-z, suspends current process, logging out kills it
Sergio Gonzalez
On Mon, 16 Jul 2001, Thomas Jakub wrote:
> This is the code segment I was working with. When I
> hit Crtl + C, or whatever, it doesn't break at all.
> It just