- or download this
sub make_list {
my %opt = @_;
...
return \%list;
}
- or download this
print DDumper make_list( file => $Artifacts, headings => ['+'] );
...
'The Librarians, And the Final Curtain'
]
}
- or download this
print DDumper make_list( file => $programs );
...
VideoLAN => 'www.videolan.org',
grepWin => 'tools.tortoisesvn.net/grepWin.html',
}
- or download this
print DDumper make_list_2( file => $BBSs, headings => [qw(name domain
+ip site)] );
...
site => undef
},
}