Ok, who was it?

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Ok, who was it?

#1 Post by sli »

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
Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

Re: Ok, who was it?

#2 Post by Bibian »

look in the log with blame :P and you'll see who modified what line
kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Ok, who was it?

#3 Post by kali »

Perl has read only variables?

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.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Ok, who was it?

#4 Post by kLabMouse »

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.
Starting from Perl 5.6 there is some functions from Internal::* that help setting read only flag.
so, use them =))