- or download this
...
$("#send").click(function(){
...
});
});
...
- or download this
#!/usr/bin/perl
...
print "F=$first - L=$last\n";
exit;
- or download this
...
url: 'process.pl?<TMPL_VAR NAME="FR"> <TMPL_VAR NAME="LA">',
...
- or download this
...
my ($first, $last ) = @ARGV;
print "F=$first - L=$last\n";
...