Michael Alipio wrote:
my $word = "thequickbrown"If I want three subsets I should be able to create: the heq equ ..... upto ..... own
print substr( $word, $-[0], 3 )
while $word =~ /.(?=..)/g;
--
Ruud
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
