http://www.perlmonks.org?node_id=979322


in reply to Re: perlApp --gui and chdir
in thread perlApp --gui and chdir

i am trying to get a logfile to write in a specific location no matter where i run the compiled .exe from so if i do

my $file = pathtofile;

When I open a output file handler on the output file i want the data to be written to the path but everytime no matter what i try this is not the case it will write the log file to where ever i run the .exe from

Thanks for the response

Replies are listed 'Best First'.
Re^3: perlApp --gui and chdir
by Anonymous Monk on Jul 01, 2012 at 21:00 UTC

    If you're using an absolute path, what has chdir got to do with it?

    I'll bet you're not doing any error checking either, open can fail you know

      all works fine as a .pl so error checking has nothing to do with this

        all works fine as a .pl

        Prove it.

        so error checking has nothing to do with this

        Sure it does.