>>>>> "Adam" == Adam Morton <[EMAIL PROTECTED]> writes:

    Adam> So, we've covered the nice, general, modular way to do it, but
    Adam> no one so far has mentioned the quick and dirty way.

And, of course, you can:

    push @ARGV, $filename;

as a shortcut to having to bother issuing an open() call and have the
unbearable hassle of setting up a file handle.

We should have a Lazy Perl Programming FAQ, as a list of things that you
can^Wshouldn't do to speed up a perl script.  ;-)

- Chris.
-- 
$a="printf.net"; Chris Ball | chris@void.$a | www.$a | finger: chris@$a
As to luck, there's the old miners' proverb: Gold is where you find it.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to