in reply to Directory name as command line argument

You might also consider using File::Util, as well. Its designed for just this sort of activity, ONCE you have passed your directory name into the script, that is.

-- Hugh

if( $lal && $lol ) { $life++; }
  • Comment on Re: Directory name as command line argument

Replies are listed 'Best First'.
Re^2: Directory name as command line argument
by max210 (Novice) on Mar 27, 2008 at 18:57 UTC
    Ohk, Thank you very much....
    if( $lal && $lol ) { $life++; }
    Now that's awesome code :D