Help for this page

Select Code to Download


  1. or download this
    @array_1 = ("cat", "rat", "lion");
    @array_2 =("dog", "tiger");
    ...
            print "\nfound $_";
        }
    }