run unix commands in perl
to run a unix command in a perl script, use backticks. for example to call curl in perl:
`curl -o file.out "http://stinkpot.afraid.org:8080"`
My blog has moved! Redirecting...
You should be automatically redirected. If not, visit http://stinkpot.afraid.org:8080/tricks/ and update your bookmarks.
1 Comments:
Thanks for info. I've been looking for a way to do this.
Post a Comment
Links to this post:
Create a Link
<< Home