[squid-users] perl help

From: Ryan Hairyes <rhairyes@dont-contact.us>
Date: Thu, 22 Aug 2002 13:52:47 -0400

Hello all,

I got this from the squid faq page.
I used this perl script as a redirector. Im having one problem with it. I
have an image on the page that it is being redirected to. The image is not
showing up. It displays itself as a broken link. I check the html on that
page and everything is where it should be.
Any ideas?

Thanks.

        #!/usr/local/bin/perl
        $|=1;
        while (<>) {
                s@http://fromhost.com@http://tohost.org@;
                print;
        }
Received on Thu Aug 22 2002 - 11:52:49 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:48 MST