read(3pm) | User Contributed Perl Documentation | read(3pm) |
OpaL::read - Perl extension for reading files and commands.
use OpaL::read qw(functions);
No functions or variables are exported automaticly so you have to specify them here.
OpaL::read is used for reading files and commands.
All functions are autoloaded so they will not be loaded into memory if you have not used them before.
USAGE:
@foo =
"readfile"($filename);
USAGE:
$foo =
"readfileline"($filename);
USAGE:
$foo =
"readscalarfile"("filename");
USAGE:
@foo =
"readcommand"("command");
USAGE:
$foo =
"readcommandline"("command)";
USAGE:
$foo =
"readscalarcommand"($command);
Ola Lundqvist <ola@inguza.com>
2022-03-24 | perl v5.34.0 |