Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: File::Spec tmpdir() is behaving wrongly in Windows7

by sam_bakki (Pilgrim)
on Aug 01, 2013 at 05:21 UTC ( [id://1047352]=note: print w/replies, xml ) Need Help??


in reply to Re: File::Spec tmpdir() is behaving wrongly in Windows7
in thread [solved] File::Spec tmpdir() is behaving wrongly in Windows7

Hi sundialsvc4

To avoid confusion, I set the environment variable SET TMPDIR=C:\Temp and then ran the perl code. Still I get the wrong results.
C:\Temp is avilable with full permission to all users.
I have created perlApp (Active State based) exe and executed in other machines, I face the same isse with File::Spec.
What I understand with all the monks post is, it is File::Spec issue. I will reinstall perl freshly and try again.

Thanks & Regards,
Bakkiaraj M
My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.

Replies are listed 'Best First'.
Re^3: File::Spec tmpdir() is behaving wrongly in Windows7
by sam_bakki (Pilgrim) on Aug 02, 2013 at 05:39 UTC

    Hi sundialsvc4

    Great. Thanks for your support. Issue is solved. Looks like my C:\Temp was created by system, though it exists with write permission some how perl is not getting permission to work in it. So I have set Temp dir in my local account like below,

    C:\> SET TMPDIR=C:\Users\bakki\AppData\Local\Temp C:\> perl -MFile::Spec -e "print File::Spec->tmpdir();" C:\Users\bakki\AppData\Local\Temp

    Now everything work. Actually, it the default Temp set by windows for every user, I have modified it to point to System temp which is wrong.

    Thanks & Regards,
    Bakkiaraj M
    My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1047352]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (9)
As of 2024-04-23 18:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found