Re: What just happened

2001-08-21 Thread Curtis Poe
--- "Jos I. Boumans" <[EMAIL PROTECTED]> wrote: > just print out $self > it will tell you what it is > > -Jos > > Is the new_bp_handler_config_t(@args) a new array reference or a new > hash ?? > > > > > > > > sub new { > > my $self = shift; > > my @args = @_; > > $self = Net

Re: What just happened

2001-08-21 Thread Jos I. Boumans
just print out $self it will tell you what it is -Jos - Original Message - From: "Tom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 11:17 PM Subject: What just happened > > Is the new_bp_handler_config_t(@args) a new array reference or a new hash ?? > >