Add tags

Add tags to the following comment
標準入力から読込
標準出力への出力
1
2
3
4
5
@header = split(/\t/, <>);
($header[2], $header[1]) = ($header[1], $header[2]);
print join("\t", @header);

print map { ($_->[2], $_->[1])=($_->[1], $_->[2]);$_->[3]++; join("\t", @$_)."\n"; } sort{ $a->[0] <=> $b->[0] } map [split /\t/], <> ;

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...