in reply to Run and/or download code directly from perlmonk nodes.
Most of the time I just use an even simpler shell script and redirect to whatever I feel needs the code. So `pmget 153861 | perl` would download the code from your node and just run it.
#!/bin/sh lynx -source "http://www.perlmonks.org/index.pl?displaytype=displaycod +e&node=$1"
Updated to add the displaytype=displaycode. I was typing it from memory and forgot that part. Oops!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Run and/or download code directly from perlmonk nodes.
by Dog and Pony (Priest) on Aug 21, 2003 at 00:37 UTC | |
|
Re: Re: Run and/or download code directly from perlmonk nodes.
by eric256 (Parson) on Aug 20, 2003 at 23:12 UTC |