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


in reply to Re^2: Clipboard transform keys
in thread Clipboard transform keys

Why do you need that batchfile wrapper? Set up your .LNK to run perl.exe with the script name as an argument, rather than requiring the target to be something that directly executes.

For that matter, why doesn't a lnk to a .pl file do the right thing anyway, just like double-clicking on the .pl file would?