- or download this
C:\> 1025454.pl
Show name: TEST SHOW S
Show rest: 01E01
- or download this
if(my ($show, $file) = $file =~ /(.*?)\s([A-Z]\d+.*)/) {
print "Show name: $show\n";
print "Show rest: $file\n";
}
- or download this
Show name: TEST SHOW
Show rest: S01E01