Revision: 45690
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 5, 2011 10:44 by alfirth
Initial Code
while (<DATA>){
my $leaf = '$tree';
while (m!(\w*?)/!g) {
$leaf .= "{$1}";
}
eval "$leaf = {} unless (exists $leaf)";
}
Initial URL
Initial Description
Initial Title
make a directory tree from the output of find
Initial Tags
find
Initial Language
Perl