in reply to Re^4: How not to use "our"?
in thread How not to use "our"?
package Whatever; # Really, whatever. Can even omit this line. use strict; use warnings; # # Chapters go here # $Chapter::one = 'Chapter 1'; $Chapter::two = 'Chapter 2'; # # Authors go here # $Author::LW = 'Larry Wall'; $Author::KV = 'Kurt Vonnegut'; # # References go here # $Reference::foo = 'Over there -->'; $Reference::bar = 'Switch doors!'; $Reference::baz = 'Yesteryear';
|
|---|