Help for this page

Select Code to Download


  1. or download this
    open(FILE,"$path1/build.log") or die "$!\n";
    
  2. or download this
    open(FILE,$path1."/build.log") or die "$!\n";
    
  3. or download this
    Bareword "build" not allowed while "strict subs" in use at ./626616.pl
    + line 8.
    Execution of ./626616.pl aborted due to compilation errors.
    
  4. or download this
    Unquoted string "build" may clash with future reserved word at ./62661
    +6.pl line 8.
    Name "main::FILE" used only once: possible typo at ./626616.pl line 8.
    Argument "build" isn't numeric in division (/) at ./626616.pl line 8.
    Argument "." isn't numeric in division (/) at ./626616.pl line 8.
    Illegal division by zero at ./626616.pl line 8.