Re: Iteration Question

2003-03-24 Thread R. Joseph Newton
"Rosenstein, Leon" wrote: > Hi again everyone, > > Again newbie here so go easy > > In a script I have a section that looks like this > > #Finally we have to load all extensible counters > system("lodctr faxperf.ini") or die "sorry couldn't do $!"; > system("lodctr dnsperf.ini") or die "sorry coul

Re: Iteration Question

2003-03-24 Thread John W. Krahn
Leon Rosenstein wrote: > > Hi again everyone, Hello, > In a script I have a section that looks like this > > #Finally we have to load all extensible counters > system("lodctr faxperf.ini") or die "sorry couldn't do $!"; > system("lodctr dnsperf.ini") or die "sorry couldn't do $!"; > system("lod

Iteration Question

2003-03-24 Thread Rosenstein, Leon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again everyone, Again newbie here so go easy In a script I have a section that looks like this #Finally we have to load all extensible counters system("lodctr faxperf.ini") or die "sorry couldn't do $!"; system("lodctr dnsperf.ini") or die "sor