in reply to Re: Use of 'our' considered harmful
in thread Use of 'our' considered harmful
package Acme::Example; use base 'Exporter'; $VERSION = '1.00'; @EXPORT_OK = qw(example); use strict; sub example { ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Use of 'our' considered harmful
by gaal (Parson) on Sep 24, 2004 at 15:24 UTC |