Help for this page
#!/usr/bin/perl -w use warnings; ... print "Finished!"; exit; 1; #Don't forget this -- added to tell Perl that the file has been com +pletely read and "use" or "require" has been fulfilled
#!/usr/bin/perl ... print OUT "<xtag:$colname>${$colname}</xtag:$colname>\n"; } 1; #added to tell Perl that the file has been completely read and "use +" or "require" has been fulfilled