Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Run and/or download code directly from perlmonk nodes.

by Amoe (Friar)
on Mar 24, 2002 at 17:38 UTC ( [id://153912]=note: print w/replies, xml ) Need Help??


in reply to Run and/or download code directly from perlmonk nodes.

Nice script, Dog and Pony. ++.

It didn't work straight out of the box for me, though. It failed whenever I tried to use a node id rather than a name. A little patch at around line 69:

# start amoe hack my $url = 'http://www.perlmonks.org/index.pl?'; $url .= ($node =~ /^d+$/ ? 'node_id' : 'node'); $url .= "=$node&displaytype=displaycode"; # end amoe hack

That fixes it, unless you use a number for the title of a node, in which case you can just use the node_id instead.


--
my one true love

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://153912]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-03-29 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found