Ok, who was it?
Moderator: Moderators
-
- Perl Monk
- Posts: 810
- Joined: 04 Apr 2008, 17:26
- Noob?: No
Ok, who was it?
Who committed code that's attempting to modify a read-only variable? Fess up, then stop programming in Perl. Seriously, that's just sad.
cs : ee : realist
-
- Perl Monk
- Posts: 416
- Joined: 04 Apr 2008, 03:08
Re: Ok, who was it?
look in the log with blame
and you'll see who modified what line

-
- OpenKore Monk
- Posts: 457
- Joined: 04 Apr 2008, 10:10
Re: Ok, who was it?
Perl has read only variables?
Or maybe I haven't touched Perl in a long time I already forgot ...
Or maybe I haven't touched Perl in a long time I already forgot ...
Got your topic trashed by a mod?
Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.
Have a nice day.
Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.
Have a nice day.
-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02
Re: Ok, who was it?
Starting from Perl 5.6 there is some functions from Internal::* that help setting read only flag.sli wrote:Who committed code that's attempting to modify a read-only variable? Fess up, then stop programming in Perl. Seriously, that's just sad.
so, use them =))