lwp-request 'http://www.perlmonks.org/index.pl?node_id=30175' # this works and gives me the newest nodes, as expected. lwp-request 'http://www.perlmonks.org/index.pl?node_id=30175&nodes=81921' # also works; jsut testing that lwp-request accepts an ampersand. lwp-request 'http://www.perlmonks.org/index.pl?node_id=37149' # gives me a big pile of perlmonks page. lwp-request 'http://www.perlmonks.org/index.pl?node_id=37151' # also gives me a big pile of perlmonks page lwp-request 'http://www.perlmonks.org/index.pl?node_id=37150' # gives me a newline. lwp-request 'http://www.perlmonks.org/index.pl?node_id=37150&nodes=81921' # also gives me a newline