in reply to Re: Recursive image processing (with ImageMagic)
in thread Recursive image processing (with ImageMagic)
I small critic your code , instead of if (@ARGV == 0)
if( not @ARGV )
if( ! @ARGV )
unless( @ARGV )
or
@ARGV or exit print Usage();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Recursive image processing (with ImageMagic)
by ColonelPanic (Friar) on Nov 23, 2012 at 08:29 UTC | |
by Anonymous Monk on Nov 23, 2012 at 09:58 UTC |