Help for this page

Select Code to Download


  1. or download this
    my @field_names = qw/ ParentNodeId NodeId level canode label theme tem
    +plate /; # and so on for the rest
    
  2. or download this
    my %attributes;
    @attributes{ @field_names } = split /,/, $line;
    
  3. or download this
    $esec->set_att( %attributes );