- or download this
#!/usr/bin/perl
use strict; use warnings; use 5.010;
...
});
say Dumper $report->export;
- or download this
#!/usr/bin/perl
use strict; use warnings; use 5.010;
...
});
say Dumper $report->export;
- or download this
use strict; use warnings; use 5.010;
use Data::Dumper; use HTTP::Tiny;
...
});
say Dumper $report->export;