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


in reply to Re^6: unpacking wmic command's unicode output
in thread unpacking wmic command's unicode output

Curiouser and curiouser . . .

My HKCR\PerlScript\Shell\Open\Command is:
C:\strawberry-perl\perl\bin\perl.exe "%1" "%*"

I don't have HKEY_CLASSES_ROOT\Perl

update: I took off the quotes around the %* and got your predicted results leaving me only with the $#ARGV vs. scalar(@ARGV) bug. THANKS and ++!


#my sig used to say 'I humbly seek wisdom. '. Now it says:
use strict;
use warnings;
I humbly seek wisdom.