Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [yogi] page.cgi Bug Report - Fix Anyone?: Edit Log

Here is the list of edits for this post
Re: [yogi] page.cgi Bug Report - Fix Anyone?
my version of the pagebuilder plugin



use LWP::Simple;
my $content = get("http://lsql/page.cgi?p=thepageuwant");
open (FILE, "public_html/thepageuwant.html");
print FILE $content;
close (FILE);
print "woo";

Last edited by:

TLA: Jul 25, 2002, 5:33 AM

Edit Log: