Help for this page

Select Code to Download


  1. or download this
     
    my @array = <ARRAY>;
        
    
        if ($array[0]){
    
  2. or download this
     
    LINE:    while (<FILE>)
    {
    ...
    
    next LINE;
    }