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.
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Readonly variable
by japhy (Canon) on Feb 26, 2001 at 22:33 UTC | |
by Gloom (Monk) on Feb 26, 2001 at 22:52 UTC | |
by japhy (Canon) on Feb 26, 2001 at 22:56 UTC | |
Re (tilly) 1: Readonly variable
by tilly (Archbishop) on Feb 26, 2001 at 22:44 UTC | |
by princepawn (Parson) on Feb 27, 2001 at 00:21 UTC | |
by tilly (Archbishop) on Feb 27, 2001 at 00:51 UTC | |
by tye (Sage) on Feb 27, 2001 at 00:57 UTC | |
by tilly (Archbishop) on Feb 27, 2001 at 01:37 UTC | |
Re: Readonly variable
by unixwzrd (Beadle) on Feb 26, 2001 at 22:36 UTC | |
Re: Readonly variable
by InfiniteSilence (Curate) on Feb 27, 2001 at 03:04 UTC |
Back to
Seekers of Perl Wisdom