in reply to Re: How to create html file using perlin thread How to create html file using perl
my @markup = qw( XML HTML YAML EBML BeerXML ); foreach(@markup) { print "How to create $_ file using perl"; } [download]