Help for this page
#!/usr/bin/perl -w my $file; ... print "\n",$data{"Position"},"\t",$data{"GradYear"},"\t",$data{"Em +ail"},"\n"; } close (DATA);