Help for this page

Select Code to Download


  1. or download this
    use GD;
    use GD::Graph::Data;
    ...
    binmode MYFILE;
    print MYFILE $gd->gif();
    close (MYFILE);
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    $pdf->save;
    $pdf->end();