The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Agent - A plugin execution platform

SYNOPSIS

 use MYDan::Agent;

 my $agent = MYDan::Agent->new( '/path/file' );

 $agent->run();

METHODS

run()

Loads query from STDIN, runs query, and dumps result in YAML to STDOUT.

See MYDan::Agent::Query.