in reply to glob & variables
C:\>perl $, = ','; $var = 'a'; @test = glob("$var*"); print @test; [download]