Help for this page

Select Code to Download


  1. or download this
    $project{$activeProject}->{components}->{"Software"}->{subComponents}-
    >{"Database"}->{label}
    
  2. or download this
    $project{$activeProject}{components}{Software}{subComponents}{Database}{label}
  3. or download this
    $subDatabase->{label} = "whatever";
    $subDatabase->{foobar} = "something else";