Using Perl Debugger.
Using Perl Debugger.
perl -d hellp.pl
Important commands
c Continue at the specified line or subroutine.
s Single executable step.
n Next. Executes over subroutine calls.
p Same as print {$DB::OUT} expr in the current package.
perl -d hellp.pl
Important commands
c Continue at the specified line or subroutine.
s Single executable step.
n Next. Executes over subroutine calls.
p Same as print {$DB::OUT} expr in the current package.
0 Comments:
Post a Comment
<< Home