Help for this page

Select Code to Download


  1. or download this
    # PNG
    print $request->header(-type=>'image/png');
    print $image->png;
    
  2. or download this
    # PNG
    print $request->header(-type=>'image/png');
    binmode STDOUT;
    print $image->png;