Help for this page

Select Code to Download


  1. or download this
    for my $file (glob '*.mp4') {
        if ($file =~ /^[^0-9]*([0-9]+)[^0-9]*.mp4/) {
    ...
            die "No number found in $file."
        }
    }