in reply to Completely New To Perl - Need Help Commenting Script

Do you have the "Function Nodelet" available (its on the right side of my screen)? If so, it shows you a link to all the Perl built in functions which are in your code. The docs are only a click away! If not, you can enable it with Nodelet Settings from your home node.

Docs are also available at your prompt:

perldoc -f chomp

Tip #2 from the Basic debugging checklist: add print's to your code and run it to see values of variables.

Replies are listed 'Best First'.
Re^2: Completely New To Perl - Need Help Commenting Script
by tevoit (Initiate) on Jul 25, 2013 at 20:50 UTC

    Thank you for your constructive comments. I just don't have time to learn this from scratch right now; the 'Function Nodelet' is what I need. Best wishes