Help for this page

Select Code to Download


  1. or download this
    print header(-type=>'image/png');
    binmode STDOUT;
    print $im->png;
    
  2. or download this
    print header;
    print "hello world";