in reply to Re^3: How do I start perl without having a "cmd.exe" window (wperl)
in thread How do I start perl without having a "cmd.exe" window
For this, you can put the perl script in your system32 folder (also syswow64 folder) and call them without having to type the full path of the script. Go ahead and try it :)
Or you can also just slap the script into your perl/bin folder as well