in reply to Re: how to split a string and take certain position?
in thread how to split a string and take certain position?
print (@somelist)[1]
is treated as
print(@somelist) [1]
which is also a syntax error.
-David
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to split a string and take certain position?
by ikegami (Patriarch) on Sep 24, 2007 at 04:52 UTC |