> Mark Knoop wrote:
>> Hi
>>
>> I have a CGI script running on IIS 6.0 which handles downloads by reading 
>> in
>> the file and printing it to STDOUT.
>>
>
>
> print is supposed to return an error if it cannot complete, check that!
>

I tried this...

if (print) {} else {$log->info("Print failed"); last;}

but it still carries on printing happily until the file is all sent. Is this 
what you meant? 

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to