Help for this page

Select Code to Download


  1. or download this
    $project{$activeProject}->{components}->{"Software"}->{subComponents}-
    +>{"Database"}->{label} = "Test-1.01";
    
  2. or download this
    sub readItem {
    my $subDatabase = $project{$activeProject}->{components}->{"Software"}
    +->{subComponents}->{"Database"};
    
    print "$subDatabase->{label}";
    }