Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard);
    
  2. or download this
    print header(-type=>'image/png'); # this works with qw(:standard)
    
  3. or download this
    print $query->header(-type=>'image/png'); # We don't need the OO versi
    +on