Help for this page

Select Code to Download


  1. or download this
    @fruit = (undef);
    @meat  = (undef);
    @dairy = (undef);
    ...
    shift @fruit;
    shift @meat;
    shift @dairy;