#!/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" );