in reply to How does perlmonks.org work

One possible way:

use CGI; my $cgi = CGI->new; my $node_id = $cgi->param('node_id');

We're not surrounded, we're in a target-rich environment!

Replies are listed 'Best First'.
Re^2: How does perlmonks.org work
by chromatic (Archbishop) on Apr 18, 2006 at 18:17 UTC

    That's basically exactly how it does it.