LWP::Simple mirror destroys links
From: Wild Pete (peter_at_for-wild.org)
Date: 07/13/04
- Previous message: lisabrown260_at_hotmail.com: "Re: Perl module PDF::API2"
- Next in thread: Randal L. Schwartz: "Re: LWP::Simple mirror destroys links"
- Reply: Randal L. Schwartz: "Re: LWP::Simple mirror destroys links"
- Reply: Joe Smith: "Re: LWP::Simple mirror destroys links"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 12 Jul 2004 18:54:33 -0700
I'm using this to mirror a file:
if (mirror("$url", "$file") == RC_NOT_MODIFIED) {
print "$file not modified.\n";
}
This seems to work fine, except any links associated
with $file seem to be destroyed. Is there any way
to do this that maintains the existing links? Thanks!
Peter
- Previous message: lisabrown260_at_hotmail.com: "Re: Perl module PDF::API2"
- Next in thread: Randal L. Schwartz: "Re: LWP::Simple mirror destroys links"
- Reply: Randal L. Schwartz: "Re: LWP::Simple mirror destroys links"
- Reply: Joe Smith: "Re: LWP::Simple mirror destroys links"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]