in reply to Strange Behaviour with Backticks
For debugging, that varies (by platform). First, check what's in $?, maybe your binary just dies. On linux, I'd run the perl script with strace -f -ff -o outputfile script.pl. For solaris, there's truss, ktrace on *BSD. Oh, and then - "use the source, luke" - if you have them, that is ;-)
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Strange Behaviour with Backticks
by neversaint (Deacon) on Jul 21, 2006 at 14:47 UTC | |
by shmem (Chancellor) on Jul 21, 2006 at 16:18 UTC |