Help for this page

Select Code to Download


  1. or download this
    while ($dir =~ /,\d{3} ((.*?)\.avi)/gi) {
       # work with $1 here
    }