Help for this page

Select Code to Download


  1. or download this
    open( FILE1, "path here" );
    open( FILE2, "path here" );
    open( FILE3, "path here" );
    
  2. or download this
    while( $lines = <FILE1> )
    {
    "Do fun stuff here"
    }