diff options
Diffstat (limited to 'perllove.pl')
| -rw-r--r-- | perllove.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perllove.pl b/perllove.pl new file mode 100644 index 0000000..2732b13 --- /dev/null +++ b/perllove.pl @@ -0,0 +1,10 @@ +#!/usr/bin/perl +no strict; +no warnings; +we: do { print 'love' +or warn and die 'slow' +unless not defined true #respect +} for reverse'd', qw/mind of you/ +and map { 'me' } 'into', undef $mourning; +__END__ +v2 Copyright (2005, 2006) by Paul C. Buetow, http://paul.buetow.org |
