Help for this page
#!/usr/bin/perl use warnings; ... my @numbers = $string =~ /-([0-9]+)/g; say "@numbers"; }