What do you think /(...){5}/ captures? The parens are there for grouping, not capturing. If you wanted to capture the five things, you'd use /((?:...){5})/
Note: New features in Perl 5.10 may make /(...){5}/ useful
In reply to Re^7: Extract Multiple Lines from the End of a multi-line string
by ikegami
in thread Extract Multiple Lines from the End of a multi-line string
by NateTut
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |