Catmandu::Interactive(3pm) | User Contributed Perl Documentation | Catmandu::Interactive(3pm) |
Catmandu::Interactive - An interactive command line interpreter of the Fix language
# On the command line catmandu run # Or, in Perl use Catmandu::Interactive; use Getopt::Long; my $exporter = 'YAML'; GetOptions("exporter=s" => \$exporter); my $app = Catmandu::Interactive->new(exporter => $exporter); $app->run();
This module provide a simple interactive interface to the Catmandu Fix language.
Run the interactive environment.
Catmandu
2023-03-03 | perl v5.36.0 |