in reply to "Native Perlish"
You might want to say that someone using
comes from a shell background and has just learned Perl from a (bad) book. But it might also be someone with 20 years of Unix experience, and 8 years of Perl experience who's just using the toolkit concept and can't be bothered with using a module. (Wait, that sounds like me).system cp => $from, $to and die "Eeps";
I do use system more than I really, really have to, I've never used File::Find (or is it Find::File), prefering to read from a find pipe instead, I do use for (my $i = 0; $i < @arr; $i ++) even if I could use for my $i (0 .. $#arr) instead, and more "tell tale" signs of coming from a different background.
I think that Perl more than most other languages allow a programmer to keep using his/her unique, or carried over, style. That is, IMO, one of the good things of Perl.
To quote Geoff Gerrietts, in comp.lang.perl.misc article of 26 July 1996: Perl lays down like a wanton woman and lets me have my way with her.
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: "Native Perlish"
by Jenda (Abbot) on Mar 26, 2003 at 16:29 UTC | |
by Abigail-II (Bishop) on Mar 26, 2003 at 21:43 UTC | |
by BrowserUk (Patriarch) on Mar 26, 2003 at 22:05 UTC | |
by Abigail-II (Bishop) on Mar 26, 2003 at 22:27 UTC | |
by BrowserUk (Patriarch) on Mar 27, 2003 at 03:21 UTC | |
Re: Re: "Native Perlish"
by Anonymous Monk on Mar 27, 2003 at 02:30 UTC |