39 pm, shawnhco...@gmail.com (Shawn H Corey) wrote:
> Jeff Peng wrote:
> > On Wed, Feb 10, 2010 at 2:40 AM, Ariel Casas wrote:
>
> >> My question is; how do I keep my perl script from dying if my shell
> >> window accidentally closes while my perl script is paused at the
> &
Hello all,
I've created a perl script that creates a vpn connection, I call the
vpn connection with the perl system function eg.
system("vpnclient connect company_lan") ;
With the system function, the perl script will not continue until I
stop the vpn connection. When I stop the vpn connection th
Hello all,
Any time I run a unix command where I initiate a variable > use the
variable as an arg in the unix command > pipe it to another unix
command, I get an error. This is the error I get:
---
./test.1.pl
Use of uninitialized value in concatenation (.) or
Hello all,
I am trying to automate a simple telnet to port 7010 and give me the
output to the command "gstatus". However, I get the following error:
./telnet_mod.test.pl
pattern match timed-out at ./telnet_mod.test.pl line 6
Here are the contents of the script:
-