Skip Menu |

This queue is for tickets about the RAS-PortMaster CPAN distribution.

Report information
The Basics
Id: 1477
Status: new
Priority: 0/
Queue: RAS-PortMaster

People
Owner: Nobody in particular
Requestors: a1danel [...] icqmail.com
Cc:
AdminCc:

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



Subject: Not Parsing Information Correctly
Linux RedHat 2.4.18-3 Perl 5.0 #! /usr/bin/perl use RAS::PortMaster; $foo = new RAS::PortMaster( hostname => 'my.portmaster.com', login => '!root', password => 'secret' ); @people = $foo->portusage; print "@people\n"; #----end Perl Script---------- which results in: 0 I had atleast 17 users logged in. with about 44 modems on that portmaster; any suggestions.... I am a newbie
NeverMind this is for PM2's and I am using PM3's [guest - Tue Aug 27 15:15:43 2002]: Show quoted text
> Linux RedHat 2.4.18-3 > Perl 5.0 > > #! /usr/bin/perl > > use RAS::PortMaster; > $foo = new RAS::PortMaster( > hostname => 'my.portmaster.com', > login => '!root', > password => 'secret' > ); > > @people = $foo->portusage; > print "@people\n"; > > #----end Perl Script---------- > > which results in: > > 0 > > I had atleast 17 users logged in. with about 44 modems on that
portmaster; Show quoted text
> any suggestions.... I am a newbie