Date sent: Tue, 12 Aug 2008 21:01:34 +0530
From: "Amit Saxena" <[EMAIL PROTECTED]>
To: Perl
Subject: Complete program execution trace in Perl !
Copies to: "Amit Saxena" <[EMAIL PROTECTED]>
> Hello all,
>
> Is there a way through wh
2008/8/12 Amit Saxena <[EMAIL PROTECTED]>:
> Hello all,
>
> Is there a way through which I can get following information while executing
> a perl program :-
>
> - Details of every argument passed to the subroutine and the value (if
> any) returned from the subroutine
> - All the SQL statement
Hello all,
Is there a way through which I can get following information while executing
a perl program :-
- Details of every argument passed to the subroutine and the value (if
any) returned from the subroutine
- All the SQL statements printed (something like DBI_trace in perl)
- Last