perl glob 过滤文件列表

@html_file=glob '/home/site/*.html';

@three_letter_extensions=glob '*.???';

@lcfirst=glob '[a-z]*';

@files=glob 'file[0-9][0-9][0-9]';

@files=glob '???*';

 

你可能感兴趣的:(perl glob 过滤文件列表)