Initial commit from the 2013 with minor fixes. From now and then,
[perlbook.git] / l44.pl
blobec0a286db7969f761516deecbe8eb5c8b2438fd2
1 #!/usr/bin/perl -w
2 use strict;
3 use warnings;
4 my $text= 'a aaaaa aaaaaaaaaaaaaa';
6 print "$1\n" while ($text =~ /(a*)/g);