RE: Hash headaches

2005-03-07 Thread Terry Poperszky
it. Terry Poperszky chomp (@directory = `dir /b /O-D`); open MYFILE, ") { chomp (); $dir_log{$_} = 1; } foreach (@directory) { print $_ if (exists $dir_log{$_}); }

Hash headaches

2005-03-04 Thread Terry Poperszky
listing of the current files in the directory $dir_log currently is file containing the same information as $directory. I am trying to see if the elements of $directory exist as keys in the hash, but it isn't working. Suggestions/Observations? Terry Poperszky 801-257-5709

Fwd: Net::Telnet - It works now, but why?

2001-07-24 Thread Terry Poperszky
ort parameters of the Telnet session and not the problem that I am experiencing. Any and all help would be appreciated, -- Terry Poperszky [EMAIL PROTECTED] my ($report, $t, $hostname); $hostname = "tsa038"; use Net::Telnet; $t = new Net::Telnet; $t->open(Host => $hostname,

Net::Telnet

2001-07-24 Thread Terry Poperszky
referring to the port pramaters of the Telnet session and not the problem that I am experiencing. Any and all help would be appreciated, -- Terry Poperszky [EMAIL PROTECTED] my ($report, $t, $hostname); $hostname = "tsa038"; use Net::Telnet; $t = new Net::Telnet; $t->open(Host

MCPAN

2001-07-18 Thread Terry Poperszky
Question? How do I set MCPAN to use passive FTP connection? Terry