LWP::Simple mirror destroys links

From: Wild Pete (peter_at_for-wild.org)
Date: 07/13/04

  • Next message: Randal L. Schwartz: "Re: LWP::Simple mirror destroys links"
    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


  • Next message: Randal L. Schwartz: "Re: LWP::Simple mirror destroys links"