http://www.perlmonks.org?node_id=997533


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

Sorry, missed the first question. executed from command line, it generates the iso perfectly.

Replies are listed 'Best First'.
Re^3: Calling mkisofs from perl cgi
by tobyink (Canon) on Oct 05, 2012 at 19:16 UTC

    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'
      Hi tobyink, yes, I completely concur. Thanks for the help gents.