Help for this page
my @command = ( "/opt/local/bin/convert", ... "./cropped/foo.jpg" ); my $ret = system(@command);