I have a script I'm working on and am stuck simply because I don't know Perl
and need a little assistance.
I have a script I execute from the command line with arguments (server
names), I need to know how to match those arguments (@ARGV) with an array
(@list) and throw away all values that do not match.
Logdisk.pl server1 server2
If $ARGV[$num] != $list[$num]
Discard;
Else
Next;
Thanks
___________________
Nolug mailing list
nolug@nolug.org
Received on 10/14/04
This archive was generated by hypermail 2.2.0 : 12/19/08 EST