79434595

Date: 2025-02-12 22:14:23
Score: 3
Natty:
Report link

my (@fields) = split /\s+(?=\d+)/, $string

using lookahead to only split on the spaces before digits

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: roger