[PerlQuotes Logo]

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

PerlQuotes 2002

1989 1990 1991 1992 1998 1999 2000 2001 2002 2003 2004

-------
Randal L. Schwartz (<merlyn {at} stonehenge.com>)
Re: Can someone recommend a beginner's book on Perl?
21 Nov 2002 05:59:06 -0800
Contributed by (tinita)
comp.lang.perl.misc
>>>>> "Jeff" == Jeff Zucker <jeff@vpservices.com> writes:

Jeff> Hmm, maybe you should have waited until the book came out to learn.
Jeff> It would have been so much easier to learn then.  But writing the book
Jeff> might have been a bit more difficult if you'd done it in that order.

Not if I get a visit from Professor Emmet Brown.

print "Just another Perl hacker," # the original one, that is...
This article at Google
-------
-------
Bernard El-Hagin (<bernard.el-hagin {at} dodge_thislido-tech.net>)
Re: c2perl
Fri, 15 Nov 2002 14:57:23 +0000 (UTC)
Contributed by (tinita)
comp.lang.perl.misc
In article <ar31mn$nka$1@news.island.liu.se>, Jonas Nilsson wrote:
> Is there a c to perl source convertor?

Yes. It's called a programmer.
This article at Google
-------
-------
Teh (<teh {at} mindless.com>)
Re: How to guarantee process ID stays with web connection
Thu, 07 Nov 2002 11:33:48 +0200
Contributed by (tinita)
comp.lang.perl.misc
Joe Moschak bravely attempted to attach 69 electrodes of knowledge to
the nipples of comp.lang.perl.misc by saying:
>How can I
>make it so that each time I invoke my script from a given web session I get
>the same PID instead of a different one?

Easy. Put this line at the beginning of your script, and create a
wrapper that runs it in a loop until it gets the "correct" pid.

die "Please sir, may I have another PID?\n" if $$ != $Wanted_Pid;

;o)
This article at Google
-------
-------
Jeff Zucker (<jeff {at} vpservices.com>)
Re: How to open browser window without browser menubar, toobar, etc.
Fri, 01 Nov 2002 16:51:33 -0800
Contributed by (tinita)
comp.lang.perl.misc
Jerry wrote:

> I want to send a response to a new pop-up browser window with no
> menubar, toolbar, location features.
> This is easy to do in the client browser with javascript using
> window.open but how is it done in perl?


Q: I want to talk to someone 3,000 miles away.  This is easy to do with
a telephone, but how is it done with a coffee mug?

A: It isn't done with a coffe mug, use the telephone.
This article at Google
-------
-------
Jay Tilton (<tiltonj {at} erols.com>)
Re: cgi.pm code
Thu, 10 Oct 2002 00:47:29 GMT
Contributed by (tinita)
comp.lang.perl.misc
Accurately describing a problem is the first step to solving it.
"Doesn't work" is the vaguest description imaginable.

What should the program do that it does not?
What is the program doing that it shold not?

For example,

    I expect this code to replace "\n" with "<BR>" in the values of
    some chosen CGI parameters.  Instead, it leaves them untouched,
    and adds another parameter named "$thingy" whose value is always
    4294967295.

That's something to work with.

| foreach $thingy(@display_items){
| param('$thingy'  => ~ s/\n/<BR>/g);
| }
This article at Google
-------
-------
Benjamin Goldberg (<goldbb2 {at} earthlink.net>)
Re: FAQ: How do I find yesterday's date?
Sun, 22 Sep 2002 14:11:22 -0400
Contributed by (tinita)
comp.lang.perl.misc
PerlFAQ Server wrote:
> 4.16: How do I find yesterday's date?

   sleep( - 24 * 60 * 60 );
   $yesterday = time;

This article at Google
-------
-------
Steffen Mueller (<0xeqj001 {at} sneakemail.com>)
Re: FAQ: How do I find yesterday's date?
Sun, 22 Sep 2002 20:52:22 +0200
Contributed by (tinita)
comp.lang.perl.misc
Benjamin Goldberg wrote:
> PerlFAQ Server wrote:
>> 4.16: How do I find yesterday's date?
>
>    sleep( - 24 * 60 * 60 );
>    $yesterday = time;

Better yet:

$yesterday = time;
sleep(24*60*60);
This article at Google
-------
-------
Dave Cross (<dave {at} dave.org.uk>)
Re: Enclose double letters in quotes (last one for today!)
Mon, 09 Sep 2002 23:05:40 +0100
Contributed by (tinita)
comp.lang.perl.misc
On Mon, 09 Sep 2002 12:11:57 +0100, John W. Krahn wrote:

> Anno Siegel wrote:
>>
>> "Teach a man to fish and he may feed himself. Give a man a fish and
>> he'll ask you if you could please cook it for him while you're at it."
>>
>> ...and do the dishes afterwards.
>
> Give a man a fish and you feed him for a day. Teach a man to fish and he
> spends all his time in the basement tying flies and neglecting his
> personal hygiene.

Light a man a fire and he'll be warm for a day.
Throw a man on a fire and he'll be warm for the rest of his life.
This article at Google
-------
-------
Bernard El-Hagin (<bernard.el-hagin {at} dodge_thislido-tech.net>)
Re: Good Windows editor for Perl
Thu, 9 May 2002 10:46:33 +0000 (UTC)
Contributed by (tinita)
comp.lang.perl.misc
In article <3cda4910$1@isls-news.wmin.ac.uk>, Ross Clement wrote:
> Hi. What would people recommend as the best freeware editor for Perl
> development on windows. It doesn't need to be Perl specific, just 'convenient'.
>
> At present I'm using MS-DOS 'edit', so anything better than that will
> be a boost.

What chair would you recommend as the best for Perl development? At
present I'm using the floor, so anything better than that will be a
boost.
This article at Google
-------
-------
Suresh Ramasubramanian (<suresh {at} hserus.net>)
Re: who took my question away and why?
Sat, 04 May 2002 05:02:07
comp.lang.perl.misc
peter pilsl [comp.mail.sendmail] <Sat, 4 May 2002 03:12:23 +0200>:
>  AvA wrote:
> > The communists did it, I'm sure.
> > They do it all the time.
>  Lately they've stolen 3GB of my new 80GB-hardrive too !!!

That was your cat, posting to usenet when you are off getting coffee.
This article at Google
-------
-------
Tad McClellan (<tadmc {at} augustmail.com>)
Re: Best Spam Mailer Module
Sun, 24 Mar 2002 14:01:35 GMT
comp.lang.perl.misc,comp.lang.perl.modules
Test <Test@test.com> wrote:

>What is the best spam mailer module for spam mails

It is not possible to send mail using Perl.
This article at Google
-------
-------
Brian McCauley (<nobull {at} mail.com>)
Re: weird behaviour
Fri, 22 Mar 2002 18:45:30
comp.lang.perl.misc
> # Variable Declarations
>         local ($usage, $arg, $option, %options, %describe, ) = ();

local() does not declare variables.  Putting a comment in front saying
"Variable Declarations" won't alter this fact.
This article at Google
-------
-------
Randal L. Schwartz (<merlyn {at} stonehenge.com>)
Re: "perlfreak", "i love perl", "perllover" or...???
Sat, 09 Mar 2002 18:45:31
comp.lang.perl.misc
How about:

    package Perl;

    use less Python;
    use less TCL;
    use less VB;
    use less Java;
    use less Javascript;
    use less Shell;

    use less DebuggingTime;
    use less Memory;
    use less Effort;
    use less MaintenanceCost;
    use less PerSeatLicenseFees;
    use less Unportability;
    use less OfYourOwnCodeAndMoreOfTheCPAN;

    1;

:-)
This article at Google
-------
-------
Tad McClellan (<tadmc {at} augustmail.com>)
Re: Beatles Perl
Sun, 03 Mar 2002 18:15:23
comp.lang.perl.misc
Given the code snippets below, I can only conclude that the
Fab Four were very early JAPHs:


   sub marine { 'yellow' }

   $we->can(work_it_out);

   time - 60 * 60 * 24;

   $she ne 'sweet'
   join('', @us), time() / $me;

   $week = 8 * 60 * 60 * 24;

   use LWP::Simple;
   get 'back';

   my $life = 'you';

   no where 'man';

   perl -lane '$1 / 100'

   push @She::ISA, 'Woman';

   print "strawberry fields\n" while 1;

   1 + 1 + 1 == 3


Too bad Mrs. Wall didn't name him Russell instead of Larry, because
then we would know who the "Wall, Russ" is.

(good for me that you can't throw rotting vegetables via Usenet...)

One of their titles appears verbatim in Subject headers all
too frequently here:

   Subject: Help!

Like, it's true Man! The Beatles were so connected to everything
that you can find them everywhere. All you have to do is look
hard enough :-)
This article at Google
-------
-------
Bernard El-Hagin (<bernard.el-hagin {at} dodge_thislido-tech.net>)
Re: open (MYFILE,"file1") doesn't work
Tue, 26 Feb 2002 14:41:42
comp.lang.perl.misc
On Tue, 26 Feb 2002 14:27:04 +0100, Josef Möllers
<josef.moellers@fujitsu-siemens.com> wrote:
> Bernard El-Hagin wrote:
>>
>> On Tue, 26 Feb 2002 11:32:33 +0100, Josef Möllers
>> <josef.moellers@fujitsu-siemens.com> wrote:
>
>> > Bernahrd already wrote what might be wrong.
>>   ^^^^^^^^
>>
>> Who? :)
>
> I'm sorry. I seem to be having some timing problems between my left hand
> and my right hand lately.

I'ev nevre dha taht rpobelm mysefl.


This article at Google
-------
-------
Joe Schaefer (<joe+usenet {at} sunstarsys.com>)
Re: Prob with symbolic reference to obj method stored in array
Fri, 01 Feb 2002 00:49:04
comp.lang.perl.misc
mjd@plover.com (Mark Jason Dominus) writes:

> In article <Isc68.22180$l93.3946668@newsb.telia.net>,
> Trahojen <trahojen_spam_me_not@hotmail.com> wrote:
> >$stupid_obj->&$methods[0]
> >or
> >$stupid_obj->$methods[0]->()
> >
> >I prefer the latter one, it's art.
>
> They're both syntax errors.

So it's abstract art then ;)

This article at Google
-------
-------
Tony Curtis (<tony_curtis32 {at} yahoo.com>)
Re: What do I edit Perl code with???
Fri, 01 Feb 2002 01:14:31
comp.lang.perl.misc
>> On 31 Jan 2002 16:11:22 -0800,
>> yf110@vtn1.victoria.tc.ca (Malcolm Dew-Jones) said:

> Uri Guttman (uri@stemsystems.com) wrote:

>> : i use cat.

> as in $ cat > finished_file.pl

> ?
> Must require a lot of careful planning before hand.

Uri is the result of a genetics experiment involving the
cloning of Niklaus Wirth and Edsgar Dijkstra.  Nothing
else makes sense.

:-)
This article at Google
-------
-------
Jürgen Exner (<jurgenex {at} hotmail.com>)
Re: What do I edit Perl code with???
Fri, 01 Feb 2002 18:28:46
comp.lang.perl.misc
"Malcolm Dew-Jones" <yf110@vtn1.victoria.tc.ca> wrote in message
news:3c59dd2a@news.victoria.tc.ca...
> Uri Guttman (uri@stemsystems.com) wrote:
> : i use cat.
>
> as in
> $ cat > finished_file.pl

        'Real programmers use "cat > a.out" '

This article at Google
-------
-------
Tassilo v. Parseval (<Tassilo.Parseval {at} post.rwth-aachen.de>)
Re: Help with pattern recognition
Thu, 31 Jan 2002 00:24:37
comp.lang.perl.misc
On Wed, 30 Jan 2002 23:20:15 GMT, Tad McClellan wrote:
> Tassilo v. Parseval <Tassilo.Parseval@post.rwth-aachen.de> wrote:
>>    if (/\E$my_variable\Q/)
>
> The other way around:
>
>    if (/\Q$my_variable\E/)

Hmmh, must be a virus tormenting Germany remembering Find::File in a
previous post not long ago. :-)

Tassilo

This article at Google
-------
-------
Tad McClellan (<tadmc {at} augustmail.com>)
Re: script for report of 2 year old files
Wed, 30 Jan 2002 01:43:20
comp.lang.perl.misc
Jürgen Exner <jurgenex@hotmail.com> wrote:

> You should really have a close look at Find::File


   $_ = "You should really have a close look at Find::File\n";

   s/(\w+)::(\w+)/$2::$1/;

   print;


:-)
This article at Google
-------
-------
Randal L. Schwartz (<merlyn {at} stonehenge.com>)
Re: script for report of 2 year old files
Wed, 30 Jan 2002 01:04:58
comp.lang.perl.misc
>>>>> "Jürgen" == Jürgen Exner <jurgenex@hotmail.com> writes:

Jürgen> You should really have a close look at Find::File

And an even closer look at File::Find.

:-)

This article at Google
-------
-------
Rafael Garcia-Suarez (<rgarciasuarez {at} free.fr>)
Re: Script Critique
Fri, 18 Jan 2002 00:01:53
comp.lang.perl.misc
Markus Dreyer wrote in comp.lang.perl.misc:
>>   if (SMonth eq 01) {ServerMonth="january";}
>
> The operator eq compares strings. 01 is not a string but a number

And 09 is a syntax error.

This article at Google
-------