[PerlQuotes Logo]

tinita.home
Contribute a PerlQuote
Search for Quotes
Fortune - Get all quotes as a text file

PerlQuotes 1990

1989 1990 1991 1992 1998 1999 2000 2001 2002 2003 2004

-------
Larry Wall (<lwall {at} jpl-devvax.JPL.NASA.GOV>)
Re: Bugs in -P and -I handling
1990-11-01 11:35:00 PST
comp.lang.perl
And don't tell me there isn't one bit of difference between null and space,
because that's exactly how much difference there is.  :-)

This article at Google
-------
-------
Larry Wall (<lwall {at} jpl-devvax.JPL.NASA.GOV>)
Re: unpack and endianness
1990-10-06 20:36:05 PST
comp.lang.perl
Because . doesn't match \n.  [\0-\377] is the most efficient way to match
everything currently.  Maybe \e should match everything.  And \E would
of course match nothing.   :-)

This article at Google
-------
-------
Larry Wall (<lwall {at} jpl-devvax.JPL.NASA.GOV>)
Re: Counting characters with unix utilities
1990-09-27 10:32:25 PST
comp.lang.perl
Although the Perl Slogan is There's More Than One Way to Do It, I hesitate
to make 10 ways to do something.  :-)

This article at Google
-------
-------
Larry Wall (<lwall {at} jpl-devvax.JPL.NASA.GOV>)
Re: wishlist: current line number variable
1990-07-24 23:22:05 PST
comp.lang.perl
The only disadvantage I see is that it would force everyone to get Perl.
Horrors.  :-)

This article at Google
-------
-------
Larry Wall (<lwall {at} jpl-devvax.JPL.NASA.GOV>)
Re: Version of id(1).
1990-03-02 14:50:23 PST
comp.lang.perl
That's not short.  This is short:         :-)
#!/usr/bin/perl
@n=('pwu','grg');sub n{local($n)=eval"get$n[$_[1]]id(\$_[0])";$n&&"($n)";}sub nm
{$a-$b;}@gr=split(' ',$();$g=shift(@gr);$\="\n";print"uid=$<",&n($<)," gid=",$g,
&n($(,1),(" euid=$>".&n($>))x($<!=$>),(" egid=".$)+0 .&n($),1))x($(!=$)),
(" groups=".join(',',sort nm grep(($_.=&n($_,1))||1,@gr)))x($#gr>=0);

Though I'll admit readability suffers slightly...
Larry


This article at Google
-------
-------
Larry Wall (<lwall {at} jpl-devvax.JPL.NASA.GOV>)
Re: Need help with Perl
1990-01-26 14:24:26 PST
comp.lang.perl
: I find this a nice feature but it is not according to the documentation.
: Or is it a BUG?

Let's call it an accidental feature.  :-)
This article at Google
-------