<html>
<head>
<title>hello_get ... Thanks to https://www.tutorialspoint.com/perl/perl_cgi.htm and https://perlmaven.com/most-popular-perl-modules and https://www.freecodecamp.org/news/how-to-format-dates-in-javascript/ and https://metacpan.org/pod/DBI</title>
<script type='text/javascript'>

function checkw(iois) {
if (iois != null) {
var aconto = (iois.contentWindow || iois.contentDocument);
if (aconto != null) {
if (aconto.document) { aconto = aconto.document; }
if (aconto.getElementById('tuts') != null) {
document.getElementById('dopt').innerHTML='Blog Posting: ' + aconto.getElementById('tuts').outerHTML.replace(' onchange=', ' onchange="document.getElementById(' + "'" + 'blogp' + "'" + ').value=this.value.split(' + "'" + '?p=' + "'" + ')[1].split(' + "'" + '&' + "'" + ')[0];" data-onchange=') + '<br><br>';
}
}
}
}

</script>
</head>
<body>
<h1>hello_get.html HTML calls on hello_get.cgi Perl</h1>
<h3>RJM Programming - February, 2023</h3>
<h3>Thanks to <a target=_blank title='https://www.tutorialspoint.com/perl/perl_cgi.htm' href='https://www.tutorialspoint.com/perl/perl_cgi.htm'>https://www.tutorialspoint.com/perl/perl_cgi.htm</a> and <a target=_blank title='https://perlmaven.com/most-popular-perl-modules' href='https://perlmaven.com/most-popular-perl-modules'>https://perlmaven.com/most-popular-perl-modules</a> and <a target=_blank title='https://www.freecodecamp.org/news/how-to-format-dates-in-javascript/' href='https://www.freecodecamp.org/news/how-to-format-dates-in-javascript/'>https://www.freecodecamp.org/news/how-to-format-dates-in-javascript/</a> and <a target=_blank title='https://metacpan.org/pod/DBI' href='https://metacpan.org/pod/DBI'>https://metacpan.org/pod/DBI</a></h3>
<br><br>
<FORM action = "/cgi-bin/hello_get.cgi" method = "GET">
First Name: <input type = "text" name = "first_name"> <br>

Last Name: <input type = "text" name = "last_name">
<div id=dopt></div>
<input type=hidden name=blogp value='' id="blogp"></input>
<input type = "submit" value = "Submit">
</FORM>
<iframe src='//www.rjmprogramming.com.au/Welcome.html' onload='checkw(this);' style='display:none;'></iframe>
</body>
</html>