Help for this page

Select Code to Download


  1. or download this
    P:\test>perl -e" @x = undef; $x[ -1 ]->fred()"
    Can't call method "fred" on an undefined value at -e line 1.
    
  2. or download this
    P:\test>perl -e" $x[ -1 ]->fred()"
    Modification of non-creatable array value attempted, subscript -1 at -
    +e line 1.