Help for this page

Select Code to Download


  1. or download this
                while ( <$contin> )
                        {
    ...
                         }
                close( $contin );
                    }
    
  2. or download this
    if ( $contractors =~ m/^$string(.*)/ )
    
  3. or download this
                while ( <$contin> )
                        {
    ...
                         }
                close( $contin );
                    }