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
my $header_printed; for my $record (@sorted) { my @info_tags = $record->children; my @data; for my $info_tag (@info_tags) { my $extract = $header_printed ? 'text' : 'name'; push @data, $info_tag->$extract; } $header_printed = 1; say join ',', @data; }
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Need help with node names for creating header line
by vlturner (Sexton) on Dec 30, 2015 at 21:08 UTC | |
|
Re^4: Need help with node names for creating header line
by vlturner (Sexton) on Dec 30, 2015 at 21:19 UTC | |
|
Re^4: Need help with node names for creating header line
by vlturner (Sexton) on Dec 30, 2015 at 21:28 UTC | |
by choroba (Cardinal) on Dec 30, 2015 at 22:43 UTC |