in reply to Re: How to create html file using perl
in 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"; }
### BeerXML