In a message dated: Mon, 14 Feb 2000 03:18:25 EST
Adam Wendt said:

>First off does anyone know of an email list thats dedicated to just asking
>stupid questions about how to do stuff in perl so that I don't have to bother
>the list with my questions?

Check perl.com, they probably have one listed.  comp.lang.perl.misc used to be 
great for this, but they're very big into RTFM, since it has an excellent M to 
R :)

>....but until someone answers the first question I might as well ask a second
>one

Sure, one more won't kill us ;)

>Whats the best way in perl to run an external command and if while executing
>the command I hit ctrl + c it will just cancle the external command and contin
>ue on with the script instead of bailing out of everything?


Well, that's kind of tough.  You probably want a system command to exec an 
external command, but in order to deal with ctrl+c, you'll have to trap the 
key sequence yourself, and deal with it elsewhere in your code.
-- 

Seeya,
Paul
----
    Doing something stupid always costs less (up front) than doing
                        something intelligent.
                  Bean counters are *always* wrong!
  A conclusion is simply the place where you got tired of thinking.
         If you're not having fun, you're not doing it right!



**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to