#!/usr/local/bin/perl # many_form.cgi # Display a form for creating many users from a text file require './user-lib.pl'; &header($text{'many_title'}, ""); print "
$text{'many_desc'}\n"; if (&passfiles_type() == 1) { print "
$text{'many_desc1'}
\n"; } elsif (&passfiles_type() == 2) { print "
$text{'many_desc2'}
\n"; } else { print "
$text{'many_desc0'}
\n"; } print "$text{'many_descafter'}\n"; print "$text{'many_descpass'}
\n"; print "
\n"; print "