in reply to Re^9: Convertion Perl Script to Exe with PAR::Packer pp
in thread Convertion Perl Script to Exe with PAR::Packer pp

So, just putting the xlsx file in C:\?

(On Win7, HOMEDRIVE is almost always C:\. Sometimes D:\, E:\ or other, but always just a drive letter.)

(Maybe I'm remembering wrong, but I recall WinXP, Win2000 and Win98 using various different env vars, but never HOME)

Replies are listed 'Best First'.
Re^11: Convertion Perl Script to Exe with PAR::Packer pp
by marchiore (Initiate) on Jul 25, 2014 at 20:13 UTC
    Yes, i created a folder containing the file and in the script i got it with:
    "$ENV{HOMEDRIVE}" . "\\JOFA\\jofalista.xlsx"
    Much more easier than i think. Thanks again!