in reply to Re: 404 image errors
in thread 404 image errors
Now, about them babies... {grin}... for (@image_extensions) { if ($url =~ /\.$_\z/) { print $q->redirect("/image/url/here.gif"); exit 0; } } ...
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: Re: 404 image errors
by katgirl (Hermit) on Jun 11, 2002 at 13:38 UTC | |
by merlyn (Sage) on Jun 11, 2002 at 13:43 UTC | |
by Abigail-II (Bishop) on Jun 11, 2002 at 13:45 UTC | |
by katgirl (Hermit) on Jun 11, 2002 at 13:50 UTC |