Hi! I am debugging a perl script on Linux OS which has a call to C-function from a .so file. I have tried to debug this script with "Perl -d" option and also "gdb perl". But when it enters in the C function from perl code then I failed to debug the code. It only shows an address. Is there any method so that I can start debug from perl script and debug the whole script, i.e., to debug "C" code also? Any help really appreciated. Thanks in Advance. Regards -Pijush
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>