- or download this
#!/usr/bin/perl -wT
use strict;
- or download this
<SELECT name="path">
<OPTION value="personal">Personal Images</OPTION>
<OPTION value="impersonal">Impersonal Images</OPTION>
</SELECT>
- or download this
#!/usr/bin/perl -wT
use strict;
...
# Send them to the confirmation page.
print $req->redirect($donepage);