|
|
Subject:
For palitoy-ga only
Category: Miscellaneous Asked by: mickr-ga List Price: $5.00 |
Posted:
30 Jul 2004 08:16 PDT
Expires: 29 Aug 2004 08:16 PDT Question ID: 381294 |
Hi Palitoy, How do I do a unix command from within a perl script. regards, Mick |
|
Subject:
Re: For palitoy-ga only
Answered By: palitoy-ga on 30 Jul 2004 09:06 PDT Rated: |
Hello Mick Thanks for the quick question. There are several ways to execute a unix command from within a perl script, some examples would be: my $code = `unix command`; # with backticks system("unix command"); exec "unix command"; I hope this helps. If you have any further questions on this please let me know and I will do my best to help. |
mickr-ga
rated this answer:
and gave an additional tip of:
$100.00
Great as always. Thanks for all the help ;-) |
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |