perl -e'use lib qw( . ); do "something.cgi"; something->run()'
But in this case, the following will do:
perl -I. something.cgi
Update: Added missing something->run().
In reply to Re: Modulino trick for cgi scripts
by ikegami
in thread Modulino trick for cgi scripts
by skazat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |