in reply to Custom Arguements
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>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Custom Arguements
by Ghosty (Novice) on Aug 16, 2018 at 03:25 UTC |