in reply to Need help with objects
to your code (both the module - under the package declaration - and the script), and remove the shebang line (#!/...) from the module (not needed). Then you m ight get a better idea what the error is.use strict; use warnings;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need help with objects
by Fletch (Bishop) on Nov 16, 2006 at 14:40 UTC |