You could do:
That would at least give you a way to test your html form fields, like 'file', with which you can experiment.#!/usr/bin/perl use warnings; use strict; use CGI; print "Content-type: text/html\n\n"; # from perldoc CGI my $query=CGI->new; print "<h2>Current Values</h2> $query\n"; #or #print Dump;
In reply to Re: Creating a browser based script to update a data file
by zentara
in thread Creating a browser based script to update a data file
by Lady_Aleena
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |