Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
See the code below:
Now, when I do this, it says that the key is invalid, but I cant figure out why. Any ideas?open(PIPE,"|perl2exe -register > output.txt"); print PIPE "$key"; close(PIPE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: command line problem w/ perl2exe...
by Fastolfe (Vicar) on Dec 13, 2000 at 00:09 UTC |