How do I extract selected columns from a string?
Use
substr
or
unpack,
both documented in
the perlfunc manpage
.
Back to
How do I strip blank space from the beginning/end of a string?
Forward to
How do I find the soundex value of a string?
Up to
the perlfaq4 manpage