> Does this help? > > -dp > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > # > # Example derived from the SUN::SOLARIS::KSTAT man page: > # man -M /usr/perl5/man -s3 Sun::Solaris::Kstat > # > use Sun::Solaris::Kstat; > > my $ks = Sun::Solaris::Kstat->new(); > $ks->update();
I think that there is no need to call $ks->update() the first time, the new() method will get the kstats. _______________________________________________ opensolaris-discuss mailing list [email protected]
