sthomson has asked for the wisdom of the Perl Monks concerning the following question:
foreach (@vals) { $SubKey->GetValues(\%cvalues); if ($cvalues{'Server'}[2] =~ NT-PRINT1) {print "something\n"}; elsif ($cvalues{'Server'}[2] =~ NT-PRINT2) {print "another thing\n"}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: If question
by demerphq (Chancellor) on Sep 26, 2001 at 23:49 UTC | |
|
Re: If question
by suaveant (Parson) on Sep 26, 2001 at 22:10 UTC | |
by myocom (Deacon) on Sep 26, 2001 at 22:22 UTC |