while( $file = <$id.'*'> ){ do_something( $file ); } #### while( $file = glob "$id*" ){ do_something( $file ); }