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