Help for this page

Select Code to Download


  1. or download this
      "redo" cannot be used to retry a block which returns a value such as
    + "eval {}", "sub {}" or "do {}", and should not be used to exit a gre
    +p() or map() operation.
    
  2. or download this
        warn "new IMG:  $fileName " if DEBUG;
    
    ...
        }
        undef $large;
        warn "New LG image written" if DEBUG;
    
  3. or download this
       unless ( -e $useFile and $needThumb && -e $checkThumb ) {
           warn "resizing $useFile ( and $checkThumb )";
    ...
       }
    
       warn "done resizing in main app " ;