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