Jeep Trip 9 -- Mark Twain Nat'l Forest

April 15, 2000

The timestamps are off because the camera hadn't been set to daylight savings time. Add one hour.

<% use File::Basename; use Image::Info qw(image_info); foreach my $filename ( ) { my ($basename) = $filename =~ m{/(.*)\.jpg}; my $captionfile = "captions/" . $basename . ".cap"; my $text = ""; if (-f $captionfile) { open(FILE, $captionfile); my $pos = 0; my $readlen; $pos += $readlen while ($readlen = read(FILE, $text, 5000, $pos)); close(FILE); } my $imginfo = image_info($filename); %> <% } %>
{width} %> height=<%= $imginfo->{height} %> src=thumbnails/<%=$basename%>.jpg border=0> <%= $text %>
Rob's Jeep Page
Rob's Home Page
robf@geekthing.com