Are you looking for a REPL? Perl has that:
Devel::REPL... and of course, mine:
App::PerlShellUPDATE: Example:
VinsWorldcom@C:\Users\VinsWorldcom> plsh Perl> print $Bin; Use of uninitialized value $App::PerlShell::Bin in print at (eval 19) +line 2. Perl> use FindBin qw($Bin); Perl> print $Bin; C:/Users/VinsWorldcom/perl5/bin Perl>
In reply to Re: Custom Arguements
by VinsWorldcom
in thread Custom Arguements
by Ghosty
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |