--- SilverFox <[EMAIL PROTECTED]> wrote:
> Jeff Westman wrote:
>
> >
> > --- SilverFox <[EMAIL PROTECTED]> wrote:
> >> Hey can someone help me figure out why the value of $file_exists won't
> >> change even when the file is mssing Thx.
> >>
> >> #!/usr/bin/perl -w
> >> $out="/home/laptop/sc
--- SilverFox <[EMAIL PROTECTED]> wrote:
> Hey can someone help me figure out why the value of $file_exists won't
> change even when the file is mssing Thx.
>
> #!/usr/bin/perl -w
> $out="/home/laptop/scripts/perl/logs/resetmf.log";
> open OUT, ">>$out" or die "Unable to open $out :$!";
>
>
Jeff Westman wrote:
>
> --- SilverFox <[EMAIL PROTECTED]> wrote:
>> Hey can someone help me figure out why the value of $file_exists won't
>> change even when the file is mssing Thx.
>>
>> #!/usr/bin/perl -w
>> $out="/home/laptop/scripts/perl/logs/resetmf.log";
>> open OUT, ">>$out" or die "
Hey can someone help me figure out why the value of $file_exists won't
change even when the file is mssing Thx.
#!/usr/bin/perl -w
$out="/home/laptop/scripts/perl/logs/resetmf.log";
open OUT, ">>$out" or die "Unable to open $out :$!";
@site=("Machine1","Machine2");
#telnet
use Net::Telnet;
$