in reply to Re^2: Need help with node names for creating header line
in thread Need help with node names for creating header line
Without $_
pojfor my $record ($root->children) { my @tmp=(); for my $col (@cols){ push @tmp,$record->first_child($col)->text; } push @data,[ @tmp ]; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Need help with node names for creating header line
by poj (Abbot) on Dec 30, 2015 at 18:44 UTC | |
|
Re^4: Need help with node names for creating header line
by vlturner (Sexton) on Dec 30, 2015 at 18:32 UTC | |
by poj (Abbot) on Dec 30, 2015 at 18:48 UTC |