Help for this page

Select Code to Download


  1. or download this
     
    
    #!/usr/bin/perl
    ...
    print "</html>\n";
    
  2. or download this
     
    
    my $data = GD::Graph::Data->new([
    ...
    ]) or die GD::Graph::Data->error;
    
  3. or download this
     
    
    my @data = (['Cleaned', 'Spam', 'Virus', 'Banned', 'BadHeader', 'Rejec
    +ted' ],
                [10, 36, 0, 0, 0, 937]);