Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have used split by whitespace successfully, however, i have a some lines123.45 345.3 234.67 34.56 234.1 123.87
in this instance how can i make the split multifunctional to recognise the third column when a negative is introduced. Basically split into three distinct columns? Thanks897.34 567.32-100.90
Retitled by davido from 'split'.
|
|---|