Win32::Unicode::Process - manipulate processes. |
use Win32::Unicode::Process; systemW "echo $flagged_utf8_string"; systemW 'perl', '-e', 'print "ok"'; execW "echo $flagged_utf8_string"; execW 'perl', '-e', 'print "ok"';
THIS MODULE IS ALPHA LEVEL AND MANY BUGS.
Win32::Unicode::Process is Unicode friendly manipulate process. But always use the SHELL. That could become a security hole.
systemW "echo $flagged_utf8_string"; systemW 'perl', '-e', 'print "ok"';
execW "echo $flagged_utf8_string"; execW 'perl', '-e', 'print "ok"';
Yuji Shimada <xaicron@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Win32::Unicode::Process - manipulate processes. |