- or download this
$query->textfield(
-name => 'BillName',
...
-maxlength => 70,
-size => 50,
)
- or download this
$query->textfield(
-name => 'BillName',
...
70 => -size,
50 => undef,
)
- or download this
#!/usr/bin/perl
use strict;
...
print "Content-type: text/plain\n\n";
print Dumper(\%data);