blob: 2732b1307a2606d1a62278e36f746bb537c46f55 (
plain)
1
2
3
4
5
6
7
8
9
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
|