jeffqt...@gmail.com wrote:
I am trying to split a very long fixed lenght record into its
constituents, and then load them into an array. I have patterns like '^
(.{3})(.{24})(.{6})...' which gets teh fields into $1, $2, $3 etc.

    my @array = $record =~ /^(.{3})(.{24})(.{6}).../;

I havebasic. read the perodlc on @-, %-, %+, and none seem
to do what I want

    http://perldoc.perl.org/perlretut.html#Extracting-matches

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to