|
|
| |
Psh::StrategyBunch(3) |
User Contributed Perl Documentation |
Psh::StrategyBunch(3) |
- "bang"
If the input line starts with ! all remaining input will be
sent unchanged to /bin/sh
- "perl"
If the input line starts with p! all remaining input will be
sent unchanged to the perl interpreter
- "bang"
Input within curly braces will be sent unchanged to the perl
interpreter.
- "perlfunc"
Tries to detect perl builtins - this is helpful if you e.g.
have a print command on your system. This is a small, minimal version
without options which will react on your own sub's or on a limited list
of important perl builtins. Please also see the strategy
perlfunc_heavy
- "executable"
This strategy will search for an executable file and execute
it if possible.
- "eval"
All input will be evaluated by the perl interpreter without
any conditions.
Hey! The above document had some coding errors, which are explained
below:
- Around line 7:
- '=item' outside of any '=over'
=over without closing =back
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |