Nyimi Jose wrote:
> 
> Do you see any pitfall if i remove the 'm' on the regexp
> And use $string =~ /.{1,$len}/g; instead ?
> 
> I have tried without the 'm', it works as well :-)

If you use // to delimit the regular expression then the 'm' is not
required.  In other words, m// and // are exactly the same.


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to