Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    # photo_display.pl
    # script to select a category and display images within that directory
    ...
        $FORM{$name} = $value;
      }
    }
    
  2. or download this
    #!/usr/bin/perl -wT
    # photo_display2.pl
    # display images within a directory
    ...
    }
    
    print ( end_html() );