$h{foo} = '*.c'; print <$h{foo}> [download]
print glob $h{foo}; [download]
print <*.c>; [download]
In reply to RE: RE: File handles in an object by visnu in thread File handles in an object by sluap