Help for this page
while( $file = <$id.'*'> ){ do_something( $file ); }
while( $file = glob "$id*" ){ do_something( $file ); }