Skip Menu |

This queue is for tickets about the Net-Hotline CPAN distribution.

Report information
The Basics
Id: 455
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Net-Hotline

People
Owner: siracusa [...] gmail.com
Requestors: alexe_com [...] msn.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: cant call opened() method
i use following code: use Net::Hotline::Client; $hlc = new Net::Hotline::Client; $hlc->connect("127.0.0.1"); $hlc->login; $hlc->disconnect; but perl say cant call opened() method.