Help for this page

Select Code to Download


  1. or download this
    # --------------------------------------------------------------------
    +-----
    ...
        }
    }
    <p>
    
  2. or download this
    # --------------------------------------------------------------------
    +-----
    ...
        foreach $line ( @file ) { print FILE "$line\n"; }
        close(FILE);
    }