currently just used for compile time constants like $?LINE allright so far so good.
but why not use that for all constants like

my $?constant = 5;

so it's compiletime (even late compiletime like in eval blocks) fix binding to a value.
i know i know we have

my const $var = 5;

my ithink my way ist mor visible since never temptet to do things like $?constant = 7;, all have i overseen
something?

blessings
herbert

Reply via email to