PDL::Perldl2::PDLCommands (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
PDL::Perldl2::Plugin::PDLCommands - implement perldl aliases/escapesDESCRIPTION
This plugin implements the various convenience features of the perldl shell which correspond, roughly, to aliases and some structured pre-processing of the command line entered:- q|x|exit|quit as shortcuts to quit the shell
- ?? as an alias for apropos
- ? as an alias for help
- Autoquoting for arguments to help|usage|apropos|sig|badinfo|demo
- $PERLDL::ESCAPE at the start of a command line to escape to the shell, defaults to #
SEE ALSO
"PDL::Perldl", "Devel::REPL"AUTHOR
Chris Marshall, "<chm at cpan dot org>"COPYRIGHT AND LICENSE
Copyright (C) 2010 by Christopher MarshallThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.