Hi Bill --

> Here is the code - the session.pm and sessionmanager.pm  and 
> testsession.pl (Tests the session object) go into a sub dir called 
> library:
> 
> Run testsessionmanager.pl to see the problem
> 
> In Sessionmanager.pm on line 75 it works fine
> When I try the same thing from line 161 it does not work

Your code didn't make it to the list.  You should post the salient bits in a
message body so we can take a look at it.


> But any calls to functions of that object such as: 
> my $id = $session->SessionID(); 
> Give me an error that says: Can't locate object method "SessionID" via 
> package "main" at library/sessionmanager.pm line 155. 

If I had to guess from this I'd say you are missing, or have a typo in, a
"package" or "use" statement, or a file is misnamed.

-Jesse-

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to