Kindly read:
'>' as 'greater',
'!' as 'not',
'&' as 'and',
'=' as 'is',
...and
ignore all other non-alpha material
(including '=~' and '=>').
Passes 'use strict', complains bitterly with '-w', and does nothing interesting.-------------------------------------------------- our ($lives, $are, $so, $connected) and my ($best, $it) = ! 'enough'; for my $desire (2 => 'ever', b => 'satisfied') {$so = 'that' . y/I// =~ m/here?/;} $it = not $so; my $hope = 2 . join 'with', ('you' & 'others'); for ($so = my $work) {sub sumed {'in' > 'things' and our $potential = 'fullfilled'}} --------------------------------------------------
Cheers,
David
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: our ($lives, $are, $so, $connected)
by frankus (Priest) on Mar 12, 2001 at 22:31 UTC | |
by dvergin (Monsignor) on Mar 12, 2001 at 22:40 UTC | |
|
Re: our ($lives, $are, $so, $connected)
by Masem (Monsignor) on Mar 09, 2001 at 17:28 UTC | |
by dvergin (Monsignor) on Mar 09, 2001 at 18:00 UTC |