Hi, i'm new in perl
but I have to open n file and associate the name with a filehandle so after I can write in this file
I try to use typeglob to save a "reference" to filehandle
I give to my file a name like FDn with n = 0,1,...
and I'd like to save a reference into an hash
so from my filename I can get the right filehandle
but... how I write:
$FileDescriptor{$fd} = *FD$n
this doesn't work
Can sameone help me?
Thanks
Jojoz