regex help

2001-08-22 Thread Sergio Gonzalez
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

newlines

2001-07-26 Thread Sergio Gonzalez
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]

Re: Crtl + C

2001-07-16 Thread Sergio Gonzalez
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