Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    open my $fh, '>', 'mock_html.dat';
    print $fh $json_str;
    close $fh;
    
  2. or download this
    use strict;
    use warnings;
    ...
    sub link {
        diag ($_[0]);
    }