in reply to Re: Using Window System Path Variable in Perl Script
in thread Using Window System Path Variable in Perl Script

Hey, that's pretty cool, too. Thanks for turning me on to the Win32::API module. I really didn't know it existed. (Either that, or I probably just never noticed it before.) I'm coding exclusively in Windows 2K Server, and my scripts run exclusively on Windows machines, so this will be a good module to know and study.

As for my purposes with this script, I went ahead and used the $ENV{windir} variable. It took one line of code to accomplish what I wanted. Tight is good. ;)

Thanks a lot for the reply. I love the way I'm constantly picking up new info and techniques around here.

Dev Goddess
Developer / Analyst / Criminal Mastermind

"Size doesn't matter. It's all about speed and performance."

  • Comment on Re: Re: Using Window System Path Variable in Perl Script