#!/usr/bin/perl #Friar Away!
my ($jungle, $retreat); 'wont be a long stay';
if (my $hunch eq 'one hundred percent') {
print time . " in the $jungle very well spent" }
my @new = ('walkie talkies', 'mosquito nets',
'cliff bars', 'cash on hand' and 'passport ID');
'Will prove useful from day well into night' .
'so Nicaragua will be a delight.';
'Algorithm I seek not for the meek.';
'One that surely will take more than a week.';
while (my $PerlFu) { sprintf 'orward this past year' }
my $firstBigProject; 'has yet to get here';
unless ('I find there what I am to make') {
return "$jungle $retreat for Heaven'$sake!" }
Ken was a memory driving man,
Watson, just some silicon in a can,
but a mighty match they posed to be,
as they battled openly on national tv
the first match was close, as they say,
but it was just programming us into a second day
cause when the score was totalled after the money doubled,
Ken, and the other whiz kid, clearly were troubled
now I'm an honest man, and don't really care who wins,
but I know history , and the way this thing spins
if you want make money with Watson, and earn our respect
give it a cheerleader's body, and teach it to have sex
#!/usr/bin/perl
use 5.010;
use strict;
use warnings;
my $storm = [
"Every want without a pleasure.\n",
"Cries to each beyond unheard.\n",
"Softly spun, bound in isolation\n",
"and placed in the abundant caress\n",
"of an infinite stillness.",
];
my @stillness = (
$storm->[0],
$storm->[1],
$storm->[2],
$storm->[3],
$storm->[4]
);
say @stillness[0..4];