SQAwk

Simple, Quick Awk is an embedded Awk processor for web pages.
Download

SQAwk Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Jim Hart
  • Publisher web site:
  • http://www.avcnet.org/wiki/SQAwk

SQAwk Tags


SQAwk Description

Simple, Quick Awk is an embedded Awk processor for web pages. Simple, Quick Awk is an embedded Awk processor for web pages. Awk is elegant and fast. Using the power of the command line, it can tap into databases (e.g. mysql), xml/xslt processing (e.g. sabcmd and xsltproc), other web pages and ftp (curl), and more. It should be able to do most, if not all, of what PHP can do, but with much less code.What's New in This Release:· No automatic looping of the script.· All form fields and environment variables are automatically defined as global variables accessible within the script, akin to PHP, rather than being passed in via stdin, as was done in previous versions.· There's no need to use the ENVIRON array, although it's available, of course.· The form fields are also available as an array called form_fields, indexed by field name.· Page type is assumed to be HTML, i.e. the Content-type header is sent to the browser automatically. It can be overridden by putting a Content-type header in the sqawk page.· At the moment, the variable printing shorthand isn't supported, i.e.: < ?$somevariable? > has to be written as: < ?printf somevariable? >.


SQAwk Related Software