2009/6/4 Tomas Doran <[email protected]>: > use constant { > THING_FOO => 0, > THING_BAR => 1, > };
As we steadily go offtopic, I thought "use Readonly" was preferred over "use constant" nowadays? Not that I remember the arguments why. Anyone else have an opinion here? -- Ian. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
