I have a perl script which has been deployed in a real time
environment not written by me .
It is doing some remote copy job using solaris RDIST utility.
i want to debug the script but if i use -d switch i can
execute in a single line mode .
My problem is that i want to analyze what is happening inside the script but at the same time i dont want to execute it as it may make changes to the real time environment.
Is there any other way apart from perl -d to debug the script.