Ashish Kumar wrote:
>
> Can anybody suggest where can I find some tips on writing an algorithm and its
> conventions on the net.

That's a very general question. We need to know a little more about what you're
intending to do.

> Is algorithm design important for perl programming?

Algorithm design is essential for all programming. The algorithm is
the solution to the problem. You then have to go ahead and implement
it in whatever language you've chosen.

Rob



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to