Help for this page

Select Code to Download


  1. or download this
    my $outFileDirectory = "./bin";
                                                                          
    +          
    ...
    else {
        print "There is a no such directory --> " .  $outFileDirectory . "
    +\n"  ;
    }
    
  2. or download this
    There is a no such directory --> ./bin
    
  3. or download this
    use strict;
    use warnings;
    ...
    else {
        print "There is a no such directory --> " .  $outFileDirectory . "
    +\n"  ;
    }
    
  4. or download this
    Global symbol "@outFileDirectory" requires explicit package name at x.
    +pl line 7.
    Execution of x.pl aborted due to compilation errors.