- 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.
- or download this
warn "new IMG: $fileName " if DEBUG;
...
}
undef $large;
warn "New LG image written" if DEBUG;
- or download this
unless ( -e $useFile and $needThumb && -e $checkThumb ) {
warn "resizing $useFile ( and $checkThumb )";
...
}
warn "done resizing in main app " ;