Re: Net::Telnet

2003-08-14 Thread Jan-Willem
"Silverfox" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > hey anyone know how to check if a file exists using the Telnet module? Net::Telnet allows you to make a TCP connection to a (remote) system. You should execute a remote command and check the given output to see if the fi

Re:Env command in Perl

2001-10-04 Thread Jan-Willem Haaring
cute the script from the commandline in bash your perl script runs in a subshell. This means your _$cmd does change the environment, but (i assume) the wrong one. thchau, Jan-Willem On Fri, 5 Oct 2001, Jorge Goncalvez wrote: > HI I wanted to do this: > my _$cmd=env SHELL = /bin/bash d:\