it.
Terry Poperszky
chomp (@directory = `dir /b /O-D`);
open MYFILE, ") {
chomp (); $dir_log{$_} = 1;
}
foreach (@directory) {
print $_ if (exists $dir_log{$_});
}
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
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,
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
Question? How do I set MCPAN to use passive FTP connection?
Terry