Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    use 5.010;
    ...
    close $fh or die "could not close $png_file: $!\n";
    
    __END__
    
  2. or download this
    #!/usr/bin/env perl
    
    use 5.010;
    ...
    close $fh or die "could not close $png_file: $!\n";
    
    __END__