in reply to •Re: Find Scripts and Make Executable
in thread Find Scripts and Make Executable

Thank you for pointing out File::chmod. I didn't bother to search CPAN at the time because it was just a quick script.
  • Comment on Re: •Re: Find Scripts and Make Executable

Replies are listed 'Best First'.
•Re: Re: •Re: Find Scripts and Make Executable
by merlyn (Sage) on Apr 22, 2003 at 14:00 UTC
    I didn't bother to search CPAN at the time because it was just a quick script.
    One of the keys to writing a quick script quicker is to write less of it. Get familiar with interesting CPAN modules, and have them installed.

    Most of my columns are merely wrappers around good CPAN modules. So, I write a dozen lines of code, and call hundreds of lines of previously tested code. That's good leverage. (I even wrote a column about that. {grin})

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.