> Hi All,
>
> The code below works fine on a Unix box but for some
> reason it doesn't work on a Windows box. My code
> compiles ok on the Windows box but when I go to run
> it the code never actually downloads the WWW page.
> Is there something I have to do to be able to use
> this on a Windows box?
>
Probably.
> system("chown apache $html_file");
> system("chgrp apache $html_file");
> system("chmod 0777 $html_file");
Wow, they've finally added proper file permissions to
windows! ;)
use warnings;
use strict;
Jonathan Paton
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]