![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Moving files and directoriesby perlNinny (Beadle) |
on May 08, 2009 at 23:46 UTC ( #762969=perlquestion: print w/replies, xml ) | Need Help?? |
perlNinny has asked for the wisdom of the Perl Monks concerning the following question:
I have had no luck trying to ever just get the directory size, let alone move files and directories with files. Here is my unsucessful code:
The results are three beeps plus this output: indir= M:AllFiles, outdir=n:llFiles indir size=0 outdir size=0 indir= M:AllFiles, outdir=n:llFiles indir size=0 outdir size=0 indir= M:AllFiles*, outdir=n:llFiles indir size=0 outdir size=0 So, what am I doing wrong?
Back to
Seekers of Perl Wisdom
|
|