Help for this page
my $timestring = $current_time->hour.$current_time->minute.$current_ti +me->second;
use strict; use LWP::Simple; ... my $status = getstore( $image_url{$img}, join( '.', $img, $timestr +ing, 'jpg' )); print join( "\n", $img, $image_url{$img}, $status, "\n" ); }