Hi,
   How to create data structures in perl ?
I have following data structure in C...and i have to
create similar data structure in perl and use...

how to create data strutures in perl and how to use ?



typedef struct  {       char    Prefix[8];
                        char    Print;
                        char    Name[80];
                        char    ModTime[32];
                        int     Len;
                }       fileinfo_;

Thanks
-Madhu


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to