in reply to Re: Seperating Fixed Line Feed into Fields
in thread Seperating Fixed Line Feed into Fields
push @array, unpack("A34", $string);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Seperating Fixed Line Feed into Fields
by ikegami (Patriarch) on Jun 10, 2009 at 21:08 UTC |