Re: Fixing a URL...

2001-07-01 Thread $Bill Luebkert
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

Fixing a URL...

2001-07-01 Thread Franki
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,

RE: FYI: New module: Image::GD::Thumbnails

2001-07-01 Thread Lee Goddard
> 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

RE: FYI: New module: Image::GD::Thumbnails

2001-07-01 Thread Lee Goddard
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

Re: FYI: New module: Image::GD::Thumbnails

2001-07-01 Thread Ron Grabowski
> 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