Help for this page

Select Code to Download


  1. or download this
    # your dataplot should then go like this:
    @data2plot = ( [ @results{qw/dayofweek canning multipack quest/} ] );
    
  2. or download this
    #! c:/perl/bin/perl.exe -w
    use GD::Graph::bars;
    ...
    
    exit 0;
    # Voila I have a pretty graph!