#!/usr/local/bin/perl use strict; print $ENV{'HTTP_COOKIE'} =~ /boo2008_trip=(\S+);/ exit; __END__
Friday, 04-Jan-2008 22:32:41 PST

なにこれ