http://www.perlmonks.org?node_id=60918

Gloom has asked for the wisdom of the Perl Monks concerning the following question:

Noble monks,

How can i know if a variable is readonly ? I've got the problem with chomp that raise some warns on readonly value. Is there any way to handle that other than eval ?

Thank's fellows.