Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
    }else{
        print "content-type:text/html; charset=utf-8\n\n";
    }
    
  2. or download this
    #!/usr/bin/perl -wT
    
    ...
    }else{
        print "content-type:application/xhtml+xml; charset=utf-8\n\n";
    }
    
  3. or download this
    Use of uninitialized value $ENV{"HTTP_ACCEPT"}...