Help for this page

Select Code to Download


  1. or download this
    @arr1=(1,2,3,4,5);
    @arr2=(6,7,8,9,10);
    @arr3=(11,12,13,14,15);
    
  2. or download this
    
    grep(/tofind/i,@arr)