Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Morning ritual

by abaxaba (Hermit)
on May 25, 2002 at 19:31 UTC ( [id://169294]=note: print w/replies, xml ) Need Help??


in reply to (OT) Morning ritual

Working from home gives me a bit more flexibility than when I worked in a traditional "office" setting. But...

#!/usr/bin/perl use Benchmark; my $start=new Benchmark; my @sites=qw(cnn perlmonks wired slashdot); my @utilities=qw(usenet email); while (<WAKING_UP>) { require qw(Coffee Cigarette); $cat=catFed()?:"Asleep":"Meowing"; @firstCup=map{read $_,$brain,1;$brain}@utilities; @secondCup=map{read $_,$brain,5;$brain}@sites; } while (<ALMOST_AWAKE>) { my $thirdCup=join("",map{read $_,$brain,10;brain} (qw(sportscores localNews accessLogs)); my $fourthCup=join("",map{read $_,$brain,20;brain} (qw(crossword comics)); } my $finish=new Benchmark; my $timespan=timediff($finish,$start); #Results in approximately one hour. print "Total Wakeup Time: timestr($timespan)n";

ÅßÅ×ÅßÅ
"It is a very mixed blessing to be brought back from the dead." -- Kurt Vonnegut

Log In?
Username:
Password:

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

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

    No recent polls found