On Wed, Nov 30, 2005 at 06:36:22PM +0000, Piers Cawley wrote:
: $fh = open '>>', 'quotefile' or fail;
: $fh.print <<'EOQ'
: I like witty sayings as much as the next guy, but wit can hurt when
: misdirected.  If people want me to be machine for cranking out quote
: file fodder, I'll do my best.  But I also care about my friends.

Er, please append this to your program:

    system "perl -i.bak -pe 's/to be machine/to be a machine/' quotefile";

:-)

Larry

Reply via email to