Help for this page

Select Code to Download


  1. or download this
    sub get_items {
      my $category = shift;
    ...
    
      return @items;
    }
    
  2. or download this
    print $items[$i]{time};
    print "There are " . scalar(@items) . " items\n";
    # etc..