in reply to Static Data ("__DATA__" vs. "our")
Thanks to all for your replies. It appears that the __DATA__ token is quite often a better way to handle static data simply because there are more options for what you can do with the data. Thanks again for the info.