Help for this page

Select Code to Download


  1. or download this
    for my $hashref (@{$self->{Items}}) {
      my $d = Dumper($hashref);
      print "$d\n";
    #  my $date = $hashref->{Date};
    }
    
  2. or download this
     my $file = shift();
     if ($file){
    ...
     }else{
       $self->{Items} = ();
     }
    
  3. or download this
    my $list = new List($file);