Help for this page

Select Code to Download


  1. or download this
        print $q->header(-type => 'image/png');
    
    ...
        binmode STDOUT;
        print <IMAGE>;
        close IMAGE;
    
  2. or download this
        my $get_image = thumbs::get_thumbs($client_id);