Franki wrote:
>
> Hi all,
>
> I have a problem I was hoping someone could help me with,
>
> I have this loop:
use URI::Escape;
>foreach $tag ( sort ( keys %form ) )
> {
>
> $redirect .= "&" . $tag . "=" . $form{ $tag };
> }
> # Now re-direct the br
Hi all,
I have a problem I was hoping someone could help me with,
I have this loop:
foreach $tag ( sort ( keys %form ) )
{
$redirect .= "&" . $tag . "=" . $form{ $tag };
}
# Now re-direct the browser
print "Location: $redirect\n\n";
Basically,
> From: [EMAIL PROTECTED]
> mailto:[EMAIL PROTECTED]]On Behalf Of Ron
> > Grabowski
> > Sent: 01 July 2001 08:37
> > To: Perl Web
> > Subject: Re: FYI: New module: Image::GD::Thumbnails
> >
> >
> > > use GD;
> > > use Image::GD::Thumbnail;
> >
> > Aren't you extended the GD class? T
From: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]]On Behalf Of Ron
> Grabowski
> Sent: 01 July 2001 08:37
> To: Perl Web
> Subject: Re: FYI: New module: Image::GD::Thumbnails
>
>
> > use GD;
> > use Image::GD::Thumbnail;
>
> Aren't you extended the GD class? The client shouldn't have
> use GD;
> use Image::GD::Thumbnail;
Aren't you extended the GD class? The client shouldn't have to include
it. Naming the class Image::Thumbnail would allow the freedom to use
Image::Magick for the thumbnails if GD was not installed. Image::Magick
supports a much broader range of fi