Version differences

2003-11-13 Thread Sachin Mathur
Hello Guys, I Wanted to know what are the differences in version 5.005 and version v.5.8.0 of perl . please let me know where can I find this info thanks sachin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

perl error

2003-09-08 Thread Sachin Mathur
Hi , Please let me know if anyone has a clue about this one. error on running a perl script ld.so.1: perl: fatal: relocation error: file /opt/perl/lib/site_perl/5.6.

reset a file pointer

2003-09-05 Thread Sachin Mathur
Hi , I am a beginner in perl I would like to know how to reset a file pointer in perl. Is their a rewind command in perl Sachin

DBI.pm

2003-08-29 Thread Sachin Mathur
Any suggesstion for the following error. Can't locate loadable object for module DBI in @INC (@INC contains: /opt/perl/ActivePerl-5.6//lib /opt/perl/ActivePerl-5.6//lib/site_perl /home/baalaji/proj1/ETA/auto/etafpgahw_test//scr/PerlLib/ /usr/local/lib/perl5/5.8.0/sun4-solaris /usr/local/lib/pe

hex2Bin

2003-08-18 Thread Sachin Mathur
hi , I have a file cointaing 1024 hex numbers . I want to convert them to Bin. Please help