Help for this page

Select Code to Download


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