Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    ( $2, $66 ) = ( 1, 2 );
    __END__
    Modification of a read-only value attempted at - line 4.
    
  2. or download this
    Modification of a read-only value attempted at - line 4 (#1)
        (F) You tried, directly or indirectly, to change the value of a
    ...
    Uncaught exception from user code:
            Modification of a read-only value attempted at - line 4.