in reply to Using the Net::Msmgr module
Or you can do everything in one go within the object constructor.my $sb = Net::Msmgr::Switchboard->new( ssid => 1 ); $sb->nserver( server_url ); $sb->nsport( 1863 ); $sb->name('Channel 1'); $sb->session($session); # session created earlier $sb->connect; # open the connection
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using the Net::Msmgr module
by Curious George (Initiate) on Nov 24, 2003 at 21:35 UTC |