Re: Perl Stops Processing

2008-04-04 Thread inthepickle
I give thanks to everyone for all of the suggestions. Especially you Jenda . Yours is the easiest to implement, and exactly what I was looking for. David -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Perl Stops Processing

2008-04-02 Thread inthepickle
Really quick question. In Perl, if I open a file in notepad system( "notepad.exe $file" ) ; Perl stops processes and will not continue until I close notpad. How can I open the file, and have Perl continue running? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM