- or download this
#!/usr/bin/env perl -l
...
exit; # <<<=== PROBLEM HERE!
}
}
- or download this
sub multi_dir {
...
...
}
}
}
- or download this
...
print "PARENT($$): Before multi_dir() call";
...
return 0;
}
- or download this
if ($limit) {
@subs = @subs[1 .. $limit];
}
- or download this
if (defined $limit and $limit > @subs) {
@subs = @subs[0 .. $limit - 1];
}
- or download this
while (keys %children >= $max) {
}