Fortran Wiki
CGI

CGI (Common Gateway Interface) scripts can be written in Fortran.

Library interfaces:

Some examples and tutorials are also available:

  • cgi.f90 - A CGI utility module from NAG.
  • A Native Fortran-77 CGI Interface - A tutorial which works through three basic tasks—parameter passing, uploading files, and handling variable length text fields—and provides source code, sample forms, and live demos for each.