Help for this page

Select Code to Download


  1. or download this
    $ perl -e'   @a = qw( abc def );
                 $a[-1] = "ghi";
                 $a[-2] = "jkl";
                 $a[-3] = "mno";       '
    Modification of non-creatable array value attempted, subscript -3 at -
    +e line 4.
    
  2. or download this
    while ( --$i )
    
  3. or download this
    while ( --$i > 0 )