Help for this page

Select Code to Download


  1. or download this
    if($action) {
        #Bond the built-in and accessory components to the parent.
        if($action eq "BOND") {
    
  2. or download this
    for my $acc (@acc) {
    ...
    if ($current_status->{"curr_parent_id"} != 0) {
    ...
    } else {
        ...
    }
    
  3. or download this
    for my $acc (@acc) {
    ...
    ...
        next;
    }
    ...