On Mon, 10 Feb 2003 14:48:34 -0600, "Aman Raheja" <[EMAIL PROTECTED]> wrote:
> Hi friends
> I am doing exec in a foreach loop, resizing images.
> But as the the exec is kicked off, it never returns
> What's the way out?
> Here's the snippet
>
I think exec effectively exits your perl script, you might try system, do, backticks or
Use the imagemagic module to do all of this for you.
perldoc -f exec
perldoc -f system
Dan
>
>
> Hi friends
> I am doing exec in a foreach loop, resizing images.
> But as the the exec is kicked off, it nev
Aman Raheja wrote:
> Hi friends
> I am doing exec in a foreach loop, resizing images.
> But as the the exec is kicked off, it never returns What's the
> way out? Here's the snippet
> ---
> foreach(@$ref){
>
> $imgFile = @
Hi friends
I am doing exec in a foreach loop, resizing images.
But as the the exec is kicked off, it never returns
What's the way out?
Here's the snippet
---
foreach(@$ref){
$imgFile = @$_->[1].jpg;
$thbFile = @$_->[1