Help for this page

Select Code to Download


  1. or download this
    BEGIN
     {
    ...
      ...code here...
    }
    #It doesn't work...
    
  2. or download this
    open (FILE, "<c:/progra~1/apache~1/apache2/htdocs/info.txt") || print 
    +"There is no INFO file here $0";
    while ( my $line = <FILE> ) {
      ...code here...
    }