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


in reply to Persistant Perl arguments ( pperl )

update2: I can only get it working with the default five preforked instances:
#!/usr/bin/pperl # no options

update: way off the mark, see mr_mischief under for solution
#!/usr/bin/pperl --prefork 25 # ^--- no = </c>

Replies are listed 'Best First'.
Re^2: Persistant Perl arguments ( pperl )
by Anonymous Monk on Apr 28, 2008 at 17:30 UTC
    Tried that already, same issue. Is this a bug with pperl?
    #!/usr/bin/pperl --prefork 25 print "\n\nHELLO\n";
    Output:
    Unrecognized switch: --prefork (-h will show valid options). pperl: perl script failed to start: No such file or directory