in reply to Re: How do I call a DOS command with a /C variable in PERL ?
in thread How do I call a DOS command with a /C variable in PERL ?
ActivePerl's system call does in fact accept file redirection (it accepts anything for that matter) ... and all it does is pass it to the underlying shell, which might not understand it.
| ______crazyinsomniac_____________________________ Of all the things I've lost, I miss my mind the most. perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;" |
|
|---|