Help for this page

Select Code to Download


  1. or download this
    push @{$point[0]},$timer;
    push @{$point[1]},$fee;
    
  2. or download this
    #!/usr/bin/perl
    use warnings ;
    ...
    open OUT,'>','image.jpeg' or die "$!";
    binmode OUT;
    print OUT $graph->gd->jpeg;