![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Favourite One-liners?by calin (Deacon) |
on Jun 28, 2005 at 09:17 UTC ( #470537=note: print w/replies, xml ) | Need Help?? |
I always use Perl when I need to do some calculation.
The debugger is handy for iterative calculations:
Update - tip: Be careful with constructs like:
This is equivalent to (print 5 + 4) * 3, probably not what you want.
In Section
Meditations
|
|