* On 2005:08:24:10:50:34-0500 I, Michael D Schleif <[EMAIL PROTECTED]>, scribed:
<snip />

> Here is the first point of breakage in the code:
> 
>     -f $out_file
>         or die "\n\tERROR: *NOT* a file: \'$out_file\'\n\n";
> 
> I have simplified this, with same failure:
> 
>     -f $out_file and die;
<snip />

Err ... umm ... actually:

    -f $out_file or die;

-- 
Best Regards,

mds
mds resource
877.596.8237
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know.  The more I know, the more I know I don't know . . .
--

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to