Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use strict;
    ...
        $folks[2] = 'joe';
        print "replaced moe\n"; 
    } or warn $@;
    
  2. or download this
    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.