in reply to Re^2: Win32::API and CreateProcessWithLogonW
in thread Win32::API and CreateProcessWithLogonW
I have a couple of similar routines I use for myself, but I'm reluctant to recommend to others, because of the ire they are likely to draw:
sub A2W{ pack 'S*', unpack 'C*', $_[0] } sub W2A{ pack 'C*', unpack 'S*', $_[0] }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32::API and CreateProcessWithLogonW (pack)
by tye (Sage) on Jan 30, 2007 at 07:21 UTC |