How to change a constant's value in perl -


our $test;    *test = \100; $test =200 

i want change test's value 200 specific reasons. possible change it?

you can use same syntax : *test = \200
btw, may want @ const::fast.


Comments

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -