Help for this page

Select Code to Download


  1. or download this
    my $timestring = $current_time->hour.$current_time->minute.$current_ti
    +me->second;
    
  2. or download this
    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" );
    }