Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Great Perl Literature

by danger (Priest)
on Oct 04, 2001 at 00:07 UTC ( [id://116554]=note: print w/replies, xml ) Need Help??


in reply to Great Perl Literature

Not all great literature, just a few fun ones that popped into my head while scanning my shelves:

# fiction: eval {die "22\n"}; $@ == 22? print "Gotcha":die $@; #!/usr/bin/perl # ... rest of code @years = (undef) x 100; use Acme::Bleach; use Tie::Cycle; tie my $foucault, 'Tie::Cycle', [-1,1]; # non-fiction: use Devel::Peek; # ... print Dump($gray); $cosmic->(); use Carp; sub species {confess()} $delta = (localtime)[2]-(gmtime)[2]; print abs($delta * 15), $delta>0?'E':'W'; $prehistory =~ /$patterns/

spoilers:

# fiction: Catch 22 (Joseph Heller) The Unconsoled (Kazuo Ishiguro) [no '-w' no 'use strict' == no sympathy] One hundred years of solitude (Gabrial Garcia Marquez) Out of Sight (Elmore Leonard) Foucault's Pendulum (Umberto Ecco); # non-fiction: Gray's Anatomy (Henry Gray) The Cosmic Code (Heinz Pagels) Origin of Species (Charles Darwin) Longitude (Dava Sobel) [it's the general idea, not the accuracy that matters] Patterns in Prehistory (Robert Wenke)

:-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-24 19:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found