Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    
    opendir D %{$fileToLoad$i};
    
  2. or download this
    Scalar found where operator expected at err.pl line 6, near "$fileToLo
    +ad$i"
        (Missing operator before $i?)
    ...
    syntax error at err.pl line 14, near "$fileToLoad$i"
    Missing comma after first argument to opendir function at err.pl line 
    +14, near "};"
    Execution of err.pl aborted due to compilation errors.