> 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;
Because then you'd have to change existing code if you find out that constant was not so constant at all, and you'd like to have a variable instead ;-) Moritz