Help for this page
BEGIN { sub FILENAME() { '/path/to/file/to/munge' } }
my $filename = "/path/to/file/to/munge"; print "$filename"; use constant FILENAME => '/path/to/file/to/munge'; print "FILENAME";