RSS | Module Info | Add a review of Smart-Comments
Smart-Comments
(1.0.4)
like Jesus but better. God I love Perl. Makes everything so easy. Thank you Smart::Comments. Thank you.
Bill Tyros - 2012-11-08T18:21:02 (permalink)
1 out of 2 found this review helpful.
Was this review helpful to you?
Yes
No
Smart-Comments
(v1.0.3)
This is *indispensable* for developing in Perl for me! If I have no idea what's going on, I'll often work with the debugger. But if I've got a pretty good handle on what the script should be doing, I can throw a quick debugging comment out there and many times it saves time over stepping through the debugger--and finding those bits of code that just don't work the same inside the debugger (it happens).
While I'm working out the details, I typically dump out a value with a smart comment, and then exit the program.
One caveat for some who might find this a stopper, it's a Source Filter. If that doesn't bother you, it's a great tool as an alternative to not have to call in Data::Dumper everywhere and then write the print statement.
John J. Cassidy - 2009-05-28T13:10:26 (permalink)
3 out of 3 found this review helpful.
Was this review helpful to you?
Yes
No
Smart-Comments
(v1.0.3)
Not only is it useful for debugging, it's also wonderful for implementing scripts where you need a progress bar without going through any trouble.
Something simple like this:
for ( @my_items ) { ### Processing items ---> done
will give you a progress bar just like that.
Jose Alves de Castro - 2008-10-10T03:30:32 (permalink)
7 out of 7 found this review helpful.
Was this review helpful to you?
Yes
No
Smart-Comments (v1.0.3)
Review deleted. [I'd rather add print statements actually.]
Ben Bullock - 2008-05-10T18:36:17 (permalink)
3 out of 5 found this review helpful.
Was this review helpful to you?
Yes
No
Smart-Comments
(v1.0.2)
It makes it easy to setup dumping of variables and print statements.
mateus xavier - 2007-04-06T10:06:41 (permalink)
7 out of 7 found this review helpful.
Was this review helpful to you?
Yes
No
1 hidden unhelpful review

