in reply to A Wayward Variable

The statement
if(defined ($resizeFileType{$ext})

should have an additional ')' at the end. Otherwise, when ran, this statement produces syntax error at (...) line 53, near "}"

Replies are listed 'Best First'.
Re^2: A Wayward Variable
by kalchas (Acolyte) on Mar 26, 2008 at 18:53 UTC
    Thanks for the catch!