Help for this page

Select Code to Download


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