[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] URLplus
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] URLplus
- From: "Scott Walters" <scott (at) PacketPushers.com>
- Date: Wed, 30 Apr 2008 22:35:39 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=2Z2OGp7wCY8Ucffngo6uDkYeHfh62tNvZ2vnY8Ae1E4=; b=kKARJmWyrw/T1ArCWyViw12zQlJ/8UZ1upvWXCGQ+y/8W5WDz6RVQOk+r/W7rYvdLxKvc1iPxXn5D2XPXecflqj/7MmKcxRdFwrmMA6JeKj2BXSo5fHibteiKaBjY+DHkXCrBiVfCwALR69S39oqAitwqV+c3QAPXWMAjPecPek=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=ve2ZqupZgQ20qzEpUooKpuSUQPZlZ5U8vXLsHiiiXP6WPB4wB+4s51frKnleOokfkBNcaa/fQ5zIncoaaUlfcd9/DRwgQh4fCKCrfZwzF+Pc2mmnrkwZfuK/hPXwzWvFtqrJGQ7rTNsHJATHlCIKhBDO6cpGHb0aP3Yc6TT5jZs=
- References: <997a524e0804291304h4b80f284jecda136de2840b9d (at) mail.gmail.com> <OF7E493A4A.5553E7AB-ONC125743B.002D6F02-C125743B.002D8038 (at) machcorp.lan> <997a524e0804301028k5f875ec8x4e4b34432d5ab20e (at) mail.gmail.com> <29f517690804301035h5c24f40nd98888e03a62db54 (at) mail.gmail.com> <997a524e0804301134h2ee20a90s66b4dc6b3dea5856 (at) mail.gmail.com>
On Wed, Apr 30, 2008 at 2:34 PM, Ralph Mitchell <ralphmitchell (at) gmail.com>
wrote:
> On Wed, Apr 30, 2008 at 12:35 PM, Gary Baluha <gumby3203 (at) gmail.com> wrote:
>
> >
> > I'm not a perl programmer, so any screwups in formextract are mine, not
> > Daniel's... :)
> >
> > It's doubtful that the example script will work out of the box. I've
> > found that I generally have to take it in easy stages - fetch the first
> > page, eyeball it, adjust the script, lather, rinse, repeat.
> >
>
>
> LiveHTTPHeaders is a really useful Firefox extension for tracking what
> happens when navigating web pages.
>
http://search.cpan.org/~ilyam/HTTP-WebTest-2.04/ is a really nice perl
module for writing more complex http testing parameters. It even has the
ability to generate Test::Harness output.
-Scott