Hi all,
I am used to execute perl scripts, but not to the interactive console (debug mode) I just discovered ( perl -d -e 1).
Say that I defined the global variable: $age=25;
I can print the variable content with print($age);. But is there any simpler way?
Thanks