The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

lib/mktemp-capture.pl - capture attributes and values from a template edit

SYNOPSIS

  require "$ROADS::Lib/mktemp-authority.pl";
  &DoField($line, $BaseName);

DESCRIPTION

This package defines a function to capture the attributes and their values that are present in a submitted mktemp.pl editing form and also in a template outline for the selected template.

METHODS

DoField( line, BaseName );

This function takes the template attributes and values from the form which is currently being edited and writes them to what will in most cases be a temporary file for use in the next step of the template editing process - e.g. emailing, saving for batch update, and so on.

FILES

config/outlines/* - outline (schema) definitions of the available template types.

SEE ALSO

"mktemp.pl" in admin-cgi

COPYRIGHT

Copyright (c) 1988, Martin Hamilton <martinh@gnu.org> and Jon Knight <jon@net.lut.ac.uk>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

It was developed by the Department of Computer Studies at Loughborough University of Technology, as part of the ROADS project. ROADS is funded under the UK Electronic Libraries Programme (eLib), the European Commission Telematics for Research Programme, and the TERENA development programme.

AUTHOR

Jon Knight <jon@net.lut.ac.uk>