Re: if $bard...
by japhy (Canon) on Apr 17, 2001 at 19:54 UTC
|
@world = ('stage') x @world;
@people = ('player') x @people;
$question = '2b' || !'2b';
$nobler = (
suffer('slings', 'arrows')
<=>
oppose($sea{troubles})
);
$nobler == oppose($sea{troubles})
and die, sleep;
no more;
melt($flesh)->isa('dew')
or
!fixt($canon{Everlasting}{'self-slaughter'} == 0);
japhy --
Perl and Regex Hacker | [reply] [d/l] [select] |
|
|
$nobler = (
suffer('slings', 'arrows')
<=>
oppose($sea{troubles})
);
Surely you need
rand($outrageous)
in there somewhere :-) ?
-- Brovnik | [reply] [d/l] [select] |
Re: if $bard...
by ChemBoy (Priest) on Apr 17, 2001 at 20:04 UTC
|
use strict;
use Mob;
use Speaker;
use Speach::Persuasion qw(demagoguery bribery);
my $me = new Speaker("Antony");
my $you = new Mob;
$me->setListeners($you)
$me->invoke("Friends, Romans, Countrymen!");
$you->ears()->lend($me);
$me->statePurpose('bury Caesar' => 1,
'praise him' => 0
);
If God had meant us to fly, he would *never* have give us the railroads.
--Michael Flanders | [reply] [d/l] |
Re: if $bard...
by jwest (Friar) on Apr 17, 2001 at 20:10 UTC
|
$object = $self->see_before();
if ($object->is_dagger() and $self->is_clutchable($dagger)) {
$dagger = $object;
if ($dagger->clutch()) {
# Must've forgotten our lines
exit;
} else {
# $dagger is a halluciation, likely
# due to the recent overclocking...
kill(9, $Duncan);
}
}
__EXIT__ # stage left
-><- -><- -><- -><- -><-
All things are Perfect
To every last Flaw
And bound in accord
With Eris's Law
HBT; The Book of Advice, 1:7
| [reply] [d/l] |
Re: if $bard...
by frankus (Priest) on Apr 17, 2001 at 19:50 UTC
|
Titus Andronicus Act 2 Scene 1:
Aaron: I will be bright, and shine in Perl (and gold),
--
Brother Frankus. | [reply] [d/l] |
|
|
#!/usr/bin/perl -wT
use strict;
@needs = (25, 10, 5);
foreach $count(@needs)
{
$reason = !evalneed($count);
}
evalneed(1);
return 0;
| [reply] [d/l] |
Re: if $bard...
by arturo (Vicar) on Apr 17, 2001 at 19:56 UTC
|
@horse;
my $kingdom; for (@horse) {};
Philosophy can be made out of anything. Or less -- Jerry A. Fodor | [reply] [d/l] |
|
|
You can make that flow smooother :)
@horse, @horse, my $kingdom for @horse;
cLive ;-) | [reply] [d/l] |
Re: if $bard...
by cLive ;-) (Prior) on Apr 18, 2001 at 08:23 UTC
|
#!/usr/bin/perl
use strict;
if (/thunder/ || /lightning/ || /rain/) {
join '', 'First Witch', 'Second Witch', 'Third Witch';
}
unless (-e 'hurlyburly') {
unless ('battle' == 'lost' && 'won') {
exit('sun');
}
}
grep /the place/, 'the heath';
join '', 'Macbeth';
warn('Graymalkin');
caller('Paddock') =~ /anon/;
('fair' == 'foul') && ('foul' == 'fair');
join 'hover', split //, 'fog and filthy air';
First scene from Macbeth... warns, but hey, it is strict :)
cLive ;-) | [reply] [d/l] |
(jeffa) Re: if $bard...
by jeffa (Bishop) on Apr 17, 2001 at 20:34 UTC
|
my %hands = (spot => 'damned');
out_out(%hands) while $hands{spot} eq 'damned';
sub out_out {
my %hands = shift;
print "Out, damned spot! out, I say!\n";
delete $hands{spot};
}
Jeff
R-R-R--R-R-R--R-R-R--R-R-R--R-R-R--
L-L--L-L--L-L--L-L--L-L--L-L--L-L--
| [reply] [d/l] |
Re: if $bard...
by Beatnik (Parson) on Apr 17, 2001 at 20:31 UTC
|
sub juliette {
romeo();
romeo();
for $thou (@are) { /romeo/; }
}
Greetz
Beatnik
... Quidquid perl dictum sit, altum viditur. | [reply] [d/l] |
Re: if $bard...
by Caillte (Friar) on Apr 17, 2001 at 21:05 UTC
|
Not from the quill of the bard, but always one of my favourite lines:
$all->rule($one_ring);
$one_ring =~ m/$them/;
$one_ring->bring($all)
$darkness[$in]->bind($them);
$japh->{'Caillte'} = $me; | [reply] [d/l] [select] |
Re: if $bard...
by Beatnik (Parson) on Apr 18, 2001 at 12:08 UTC
|
love($Caesar) < love($Rome);
Julius Caesar - 1599 - Act III. - Scene 2. - Rows: 22
$Rose = $Rose ? name($Rose) : Smell($Sweet);
Romeo and Juliet - 1595 - Act II. - Scene 2. - Rows: 47-48
Greetz
Beatnik
... Quidquid perl dictum sit, altum viditur. | [reply] [d/l] [select] |
|
|
$rose{smell} = $rose{name} eq "rose" ? "sweet" : "as sweet";
Update: string comparison... oops
If God had meant us to fly, he would *never* have give us the railroads.
--Michael Flanders | [reply] [d/l] |
|
|
#!/usr/bin/perl
$rose = "smells sweet to degree n";
*other_name = *rose;
print "$other_name\n";
| [reply] [d/l] |
|
|
I actually doubted on that one... I considered this as well...
$Rose = name($Rose) ? $Rose : Smell($Sweet);
Since it would match "that which we call a rose By any other name would smell as sweet" better...
Greetz
Beatnik
... Quidquid perl dictum sit, altum viditur.
| [reply] [d/l] |
Re: if $bard...
by yakko (Friar) on Apr 17, 2001 at 21:22 UTC
|
my $lord; you->pass(!here);
if(my $way{"ROME"} =~ /Barr'st/i) {
yell("What, villain boy!\n");
stab($mutius)until$mutius->living==0;
} else {
die; # WHAT?! That's not in the script!
}
--
Me spell chucker work grate. Need grandma chicken. | [reply] [d/l] |
Re: if $bard...
by Falkkin (Chaplain) on Apr 17, 2001 at 19:57 UTC
|
| [reply] |
Re: if $bard...
by mpennucci (Monk) on May 01, 2001 at 22:31 UTC
|
I thought up another late entry
BEGIN { kill $all, @lawyers }
# The first thing we do, let's kill all the lawyers
#Henry VI
Mike
| [reply] [d/l] |
Re: if $bard...
by Tiefling (Monk) on May 27, 2001 at 18:13 UTC
|
if (@ocean{$neptune}) {
wash_blood (my $hand);
} else {
foreach $sea (@ocean) {
incarnadine($sea);
}
$green_one = "red";
}
Will all great Neptune's ocean wash this blood
Clean from my hand? No, this my hand will rather
The multitudinous seas incarnadine,
Making the green one red.
(Macbeth, act 2, scene 2) | [reply] [d/l] |
Re: if $bard...
by spacewarp (Pilgrim) on Apr 18, 2001 at 07:25 UTC
|
if ( $BB || !$BB ) { ask("\$question"); }
Spacewarp
DISCLAIMER:
Use of this advanced computing technology does not imply an endorsement
of Western industrial civilization.
| [reply] [d/l] |
|
|
/([to be]|[^2B])?/
cLive ;-) | [reply] [d/l] |