package Purple::Blovinator; use 5.008003; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT_OK = qw( toString ); our $VERSION = '1.00'; { sub toString { __PACKAGE__ } sub new { return bless {}, shift } # ... } 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: RFC: Purple::Blovinator
by Old_Gray_Bear (Bishop) on Jan 06, 2007 at 01:05 UTC | |
by rje (Deacon) on Jan 08, 2007 at 19:26 UTC | |
|
Re: RFC: Purple::Blovinator
by swampyankee (Parson) on Jan 05, 2007 at 22:06 UTC | |
by rje (Deacon) on Jan 05, 2007 at 22:14 UTC |