PDA

View Full Version : Search



sehuj
June 18th, 2001, 14:41
Can you tell me if I can download some pages from another server to my server?

atlas
June 18th, 2001, 17:52
You need to be a bit more specific.

gyrbo
June 19th, 2001, 09:06
Open the page and select File>Save As

sehuj
June 19th, 2001, 14:20
I need a script for download some page.
Or have you any other Idea how can I do search site?

lucifer
June 19th, 2001, 14:29
$info=file("http:/some.com/page.html");
$info=implode("",$info);

sehuj
June 19th, 2001, 14:45
And perl script?

atlas
June 19th, 2001, 16:27
Check out the LWP modules on cpan

http://www.cpan.org

sehuj
June 20th, 2001, 14:11
And any script in Perl? I can't use modules.

atlas
June 20th, 2001, 18:17
Originally posted by sehuj
And any script in Perl? I can't use modules.

You can't use modules? How's that?

-mk

sehuj
June 21st, 2001, 14:13
I already know how to do this. Thank you

gyrbo
June 21st, 2001, 14:18
How, might be interesting.

atlas
June 21st, 2001, 16:32
Originally posted by gyrbo
How, might be interesting.

What a strange thread -- just do


use ModuleName;

and then read the module perldoc entry to see it's usage

gyrbo
June 22nd, 2001, 09:04
Oh whatever. I thought he wanted to download a perl script from a remote server, stupid me.