Help for this page

Select Code to Download


  1. or download this
    -$obj->lf_int=444;
    +sub lf_int :lvalue { $obj->lf_int }
    +lf_int=444;
    
  2. or download this
    Can't return a temporary from lvalue subroutine
    
  3. or download this
    sub foo :lvalue { substr(...) }