On Mon, 2006-08-14 at 09:45 +1200, [EMAIL PROTECTED] wrote:
> Hi all,
> 
> In UNIX, we run set -x as some kind of DEBUG mode, how do we do the same in
> Perl?


perl -d

it is a debugger so it is even better than -x in shell.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to