in reply to A prayer for the monks
#!/usr/bin/perl use warnings; use strict; # keep the strict nuns happy :-) for( 1..100){ print "Hail Mary full of grace, slap the devil across the face\n"; } exec ("echo 666 > /dev/null" );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: A prayer for the monks
by exussum0 (Vicar) on Feb 19, 2007 at 17:23 UTC |