Help for this page

Select Code to Download


  1. or download this
    sub this_id :lvalue {
        $_[0]->{this_id} = $_[1] if @_ > 1;
        $_[0]->{this_id};
    }
    
  2. or download this
        $r->thisid = 10;