system("find /clear/pp_00/ngbb/ -name '*.txt' > CCfiles"); open (OUT , "CCfiles" ) or die " can't open CCfiles\n"; while () { $_ =~ m/^//\w+////; print "the someName dir is $_\n"; }