Greetings,

Is there some such way to define a constant, or #define style
variable in perl ? 

I  typically have the need to define data which is just to 
eliminate the need for "magic" numbers etc.

thus far i have just defined variables such as :

my $WELCOME_MSG = "Hello!";
print $WELCOME_MSG;


Which does work, but is not really what i want...

Any ideas anyone ?

Thanks,
Lenny


-Lenny
[EMAIL PROTECTED]



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to