kevind0718 has asked for the wisdom of the Perl Monks concerning the following question:
use FindBin::libs; use WR::MarketData; use common::sense; use Data::Dumper; use WR::Utils;
I have no idea what this means. Not a clue.$source .= $self->_generate_params( '$params', '$class' ); $source .= $self->_generate_instance( '$instance', '$class' ); $source .= $self->_generate_slot_initializers;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: error on locate object method
by Anonymous Monk on Sep 13, 2011 at 22:21 UTC |