And here are some fields
$x='authors'; # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
$WBF{$x,p}='All authors of the paper';
$WBF{$x,help}="Enter all authors of the paper. Last names are
always followed by a comma, space and
all initials. Authors are separated by commas or an 'and'.
E.g. <I>Jones, S.E. and Simpson, O.J.</I> or Smith, A.,
Wilson, P.H. and Zarnic, R.</I>";
$x='summary'; # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
$WBF{$x,p}='Brief summary';
$WBF{$x,type}='HTMLAREA';
$x='series'; # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
$WBF{$x,p}='If this was published in a series, select one:';
and here are some filed definitions.
We are setting some Perl variables.