Help for this page

Select Code to Download


  1. or download this
    foreach $mitem(@missing) { 
       #print"\n$mitem";
    ...
        last if $char_read eq /\s/; 
      } 
    }
    
  2. or download this
      for( 1 .. 10 )
    
  3. or download this
    last if $char_read eq /\s/;
  4. or download this
           white_space=" ";         
             #for loop stuff
           until $char_read eq white_space;