- or download this
#!/usr/lib/perl
use DBI;
...
print FH1 $tb;
close FH1;
print "Congratulations, report file has been saved as $output_file";
- or download this
NAME Age Department
------- ------- -------
...
28 years
HR
- or download this
if($Employee{"Name"} && $Employee{"Age"} && $Employee{"Dept"}){
$tb->load([$Employee{"Name"},$Employee{"Age"},$Employee{"
+Dept"}]);
undef %Employee;
}