Re: Perl and images

2004-04-27 Thread nat
earlier <[EMAIL PROTECTED]> wrote... > Hi all, > > I need to convert JPEGS to Grayscale TIFS > Large Size JPEGS. > > Which is the best module I should opt for ? Imagemagick is really good. http://www.imagemagick.org/www/perl.html nat --

newbie whitespace question

2001-07-09 Thread Nat Durbin
if ( /^Kilobytes:(.*)$/ ) { $var = $1 ; } } This will set $var to " 3452" for example, I want to strip out the whitespace to only get "3452". Any thoughts appreciated, -Nat