http://www.perlmonks.org?node_id=1199257


in reply to Re: March a regex using split function
in thread March a regex using split function

m{ FREE: \s* (\d+) }xms

Do we really require \s* and could you please tell me why did you gave xms