standard.pod - standards for BSE
Standards for use in new BSE code (and for old code to be changed to use.)
The current BSE code has grown over a long period, this means there's little consistency between code in both the structure of the code and in how it behaves.
Current code uses a mix of m
, message
to accept displayed
message text, and a mix of r
, refreshto
to accept refresh to URLs.
m
is to be used to accept displayed message text
r
is to be used to accept refresh to URLs.
Use the functions in BSE::Util::HTML instead of the functions from CGI.
Use either BSE::Template->get_refresh()
or Util::refresh_to() (prefer
the first.)
Tony Cook <tony@develop-help.com>