Help for this page
#!/usr/bin/perl use strict; ... $folks[2] = 'joe'; print "replaced moe\n"; } or warn $@;
Modification of a read-only value attempted at /home/arun/test/dlock.p +l line 10. Modification of a read-only value attempted at /home/arun/test/dlock.p +l line 15.