http://qs321.pair.com?node_id=284663


in reply to Re: DBI recipes
in thread DBI recipes

would you present something like:

Hmm, I guess you would be upset with me if I wrote that as

@ARGV=qw(/path/to/file); while (<>) { chomp; ... }

which of late ive taken to doing in quick and dirty scripts? *grin*


---
demerphq

<Elian> And I do take a kind of perverse pleasure in having an OO assembly language...

Replies are listed 'Best First'.
Re: DBI recipes
by Abigail-II (Bishop) on Aug 18, 2003 at 20:42 UTC
    Hmm, I guess you would be upset with me if I wrote that as
    ...
    which of late ive taken to doing in quick and dirty scripts?

    Only if you present that as "Perl idiom" in a tutorial.

    Abigail