CGI::Echo

Echo form data to test form design
Download

CGI::Echo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ron Savage
  • Publisher web site:
  • http://search.cpan.org/~rsavage/

CGI::Echo Tags


CGI::Echo Description

Echo form data to test form design CGI::Echo is a Perl module with echo form data to test form design.SynopsisThis is complete, tested program: #!/usr/bin/perl -wT use lib '.'; use strict; use CGI; use CGI::Echo; # ----------------------------------------------- my($q) = CGI -> new(); CGI::Echo -> new(q => $q) -> print();This module accepts form data, cleans it, and echos it.It is designed for a HTML/CGI student enviroment. It lets, indeed encourages, students to design forms and gives their long-suffering instructors a simple way to provide a CGI script which accepts the form data, and just echos it. Requirements: · Perl


CGI::Echo Related Software