Usage: perl program.pl -tmpl=\path\to\tmpl.html -in=\in -out=\out\n\n
I type in
Perl program.pl -tmpl=\Perl\program\template.html -in=\in -out=\out\n\n
and get
Error: output path does not exist
My in and out dir are on a windows machine
c:\Perl\program\out
c:\Perl\program\in
In the program it says
if (!(-e $arg{'-out'}) ) {
&error( 'output path does not exist' );
any help would be apreciated.