Help for this page

Select Code to Download


  1. or download this
            foreach my $element (keys%cart){
                    print "\n$element\n";
                    $grocerytotals{$count} = $count + $grocerytotals{$coun
    +t};
                    print "$grocerytotals{$count} items added to current t
    +otal";
            }
    
  2. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
            next;
        }
    }