Help for this page

Select Code to Download


  1. or download this
    foreach my $index ( 0 .. $#hosts ) {
        if ( $hosts[ $index ] =~ /$ARGV[0]/ ) {
    ...
            }
        }