Send As SMS

5/18/2006

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"`


1 Comments:

William said...

Thanks for info. I've been looking for a way to do this.

9/14/2006 09:32:46 AM  

Post a Comment

Links to this post:

Create a Link

<< Home

My blog has moved! Redirecting...

You should be automatically redirected. If not, visit http://stinkpot.afraid.org:8080/tricks/ and update your bookmarks.