Help for this page

Select Code to Download


  1. or download this
    my $company = $sales_rep
      ->office
      ->division
      ->company;
    
  2. or download this
    $sales_rep
      ->set_title($title)
      ->set_office($office)
      ->set_something_else($foo);
    
  3. or download this
    $doc
      ->root
      ->last_child('section')
      ->first_child('title')
      ->att('num')'