diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-24 23:32:54 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-24 23:32:54 +0100 |
| commit | b8d1046fe4542237078ec18a1a8a93b79c8c1400 (patch) | |
| tree | 6cf37417df1cb62a5804c226e18664aff7859452 /perllove.pl | |
initial import
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 |
