I'm new to perl CGI and trying to print hash data to html using perl CGI. Below is my code.
#!/usr/bin/perl
use strict;
use warnings;
use CGI ':standard';
use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
our
I'm new to perl CGI and trying to print hash data to html using perl CGI. Below is my code.
#!/usr/bin/perl
use strict;
use warnings;
use CGI ':standard';
use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
our