Printing a constant array
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
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/