Help for this page

Select Code to Download


  1. or download this
     print "@arr2";
    
    output:
    ...
    spec.srn.1235
    spec.mcs.1235
    
  2. or download this
     foreach $strfile (@arr1)
           {
           @arr3 = split(/[.\n]/, $strfile);
    ...
              print "Entered in ELSE";
           }
           }