Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

a speck of persistence better than a bushel of brains

by mkmcconn (Chaplain)
on Jan 31, 2001 at 01:31 UTC ( [id://55363]=poem: print w/replies, xml ) Need Help??

#!/usr/bin/perl -w use strict; my $brains = 1000000000000; use constant SOMETHING => 1; my $learned = SOMETHING; my $persistence = 0; STUDY: while( $persistence ){ $learned = (SOMETHING + $learned); print $learned; } $persistence && goto STUDY if $brains;
oops
# bottom line has to be this: ++$persistence && goto STUDY if $brains;

mkmcconn

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: poem [id://55363]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-19 15:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found