in reply to Re^2: Calling mkisofs from perl cgi
in thread Calling mkisofs from perl cgi

If the CGI script runs OK at the command line then it's unlikely to be a Perl-specific problem. It's possible that Apache is putting an output size or time limit on your script.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Replies are listed 'Best First'.
Re^4: Calling mkisofs from perl cgi
by finfan (Acolyte) on Oct 08, 2012 at 14:37 UTC
    Hi tobyink, yes, I completely concur. Thanks for the help gents.