in reply to Do you ever forget to use the strictures?
#! /usr/bin/perl use strict; use warnings;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Do you ever forget to use the strictures?
by xdg (Monsignor) on Aug 30, 2005 at 14:41 UTC | |
Re^2: Do you ever forget to use the strictures?
by Fletch (Bishop) on Aug 30, 2005 at 14:41 UTC | |
Re^2: Do you ever forget to use the strictures?
by rob_au (Abbot) on Aug 30, 2005 at 23:31 UTC |