- or download this
open(FFINFO,"$folderfolder_file") or die "Can't open $folderfolder_fil
+e: $!\n";
# This reads in every line from FFINFO
...
# but the handle is already at EOF,
# so it gets nothing.
while ( my $line = <FFINFO> ) {
- or download this
open(FFINFO,"$folderfolder_file") or die "Can't open $folderfolder_fil
+e: $!\n";
...
while ( my $line = <FFINFO> ) {
push @subfolders, $line;
- or download this
return @parents ? [ map {
map { "$_/$folderid" } @{ build_path(
+$_ ) }
} @parents ]
: [ $folderid ];
- or download this
( return @parents ) ? [ X ] : [ Y ];
- or download this
return ( @parents ? [ X ] : [ Y ] );
- or download this
perl -MO=Deparse,-p input-file.pl
- or download this
return((@parents ? [map({map({"$_/$folderid";} @{build_path($_);});} @
+parents)] : [$folderid]));