#!/usr/bin/perl -w

use LWP::Simple;

get("http://localhost:8005/foo");

