Help for this page

Select Code to Download


  1. or download this
    foreach ( glob("./*se*ab*") ) {
      unlink $_ if (-f $_ && /se\d{4}ab/);
    }