Help for this page

Select Code to Download


  1. or download this
    # untested
    my %results;
    ...
    }
    # your dataplot should then go like this:
    @data_to_plot = ( [ @results{qw/dayofweek canning multipack quest/} ] 
    +);