- or download this
$VAR1 = [
{
'longname' => 'drwxr-xr-x 2 1ae2ets fq 4096 Sep 14
+ 2007 .',
...
- or download this
foreach $AoFiles (@files) {
foreach $file ( @{ $AoFiles } ) {
...
}
...
- or download this
@files = someSubOrMethodThatReturnsAnAoHReference();
...
- or download this
$filesRef = someSubOrMethodThatReturnsAnAoHReference();
...
print "\nt= $t v=" . $file->{$t};
}
...