weiterer
08-29-03, 01:14 AM
Hi i dont want you to think im stupid or something but i just cant run this simple script
#! /usr/local/bin/perl
use LWP::Simple;
getstore ("http://mikeshea.net/cached_pages/5.html" ,"./public_html/newsfeeds/slashdot.html");
the scritpt is from:
http://www.mikeshea.net/newsfeeds/
Its Suppose to make a copy of the webpage but it just doest not work, the script runs ok when i telnet to my site and run it, trough the browser it doest not run (i think it cant anyway)
I that that maybe the
,"./public_html/newsfeeds/slashdot.html
was wrong but i tried everything
with full path /home/etc/kk
or just ./home/path)
or /home/path
or even jsut demo.htm
to see at least if its write something but nothing
Can SomeONE PLEASE Tell me where does the script suppose to store the file it grabs or WHY it cant see it anywhere
Regards
#! /usr/local/bin/perl
use LWP::Simple;
getstore ("http://mikeshea.net/cached_pages/5.html" ,"./public_html/newsfeeds/slashdot.html");
the scritpt is from:
http://www.mikeshea.net/newsfeeds/
Its Suppose to make a copy of the webpage but it just doest not work, the script runs ok when i telnet to my site and run it, trough the browser it doest not run (i think it cant anyway)
I that that maybe the
,"./public_html/newsfeeds/slashdot.html
was wrong but i tried everything
with full path /home/etc/kk
or just ./home/path)
or /home/path
or even jsut demo.htm
to see at least if its write something but nothing
Can SomeONE PLEASE Tell me where does the script suppose to store the file it grabs or WHY it cant see it anywhere
Regards