Help for this page

Select Code to Download


  1. or download this
    if($arr[$i]=~/^d+$/){
    
  2. or download this
    if($arr[$i]=~/^\d+$/){
    
  3. or download this
    for( @arr ) { 
      # if the element contains only digits
    ...
          $_ /= 2;
        }
    }