Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Ecclesiastes

by Mr. Muskrat (Canon)
on Nov 05, 2002 at 20:06 UTC ( [id://210564]=note: print w/replies, xml ) Need Help??


in reply to Re: Ecclesiastes
in thread Ecclesiastes

My interpretation of the scripture:

#!/usr/bin/perl use warnings; use strict; foreach (@_) { if ($_->isa('thing')) { $_->season(); } foreach (purposeUnderHeaven() ) { time_to($_); } } sub purposeUnderHeaven { return [ 'be born', 'die', 'plant', 'pluck up that which is planted', 'kill', 'heal', 'break down', 'build up', 'weep', 'laugh', 'mourn', 'dance', 'cast away stones', 'gather stones together', 'embrace', 'refrain from embracing', 'get', 'lose', 'keep', 'cast away', 'rend', 'sew', 'keep silence', 'speak', 'love', 'hate', 'war', 'peace' ]; } sub time_to { do $_; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-25 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found