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