- or download this
Use of uninitialized value $_ in pattern match (m//) at ./INVALID_FILE
+.pl
- or download this
--pattern '[G|M][0-1][0-9]_(GSP_|VIB_)[0-9]{12}\.log'
- or download this
$args{dir} = $DEFAULT_DIRECTORY unless defined( $args{dir} );
$args{log} = $DEFAULT_LOG_FILE unless defined( $args{log} );
...
->not_name($pattern_re)
->in($STARTING_DIRECTORY . $args{dir});