in reply to Pulling up files starting with specific letters

I think you want: @body_files = glob('body*');

The PerlMonk tr/// Advocate