in reply to Schwartzian transform deformed with impunity
use strict; use warnings; print map "sequence$_.gb.txt\n", sort { $a <=> $b } map { /(\d+)/; $1 } <DATA>; __DATA__ sequence3.gb.txt ....
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Schwartzian transform deformed with impunity
by jwkrahn (Abbot) on Apr 23, 2012 at 11:18 UTC |