Help for this page

Select Code to Download


  1. or download this
    #!/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
    
  2. or download this
    #!/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