Printing a constant array

2008-12-27 Thread bacoms
Ho, I wanted to declare an HTML list as a constant array and then print it but cannot work out the stntax. This is what I've coded; use constant NAVTABSLIST => ["\n", " \n", "Home\n",

Re: Printing a constant array

2008-12-28 Thread bacoms
Thanks Shawn and Chas for replying. For the moment I'll use the print @{ NAVTABSLIST() }; solution. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/