On 11-11-24 11:28 PM, Mike D wrote:
It's pretty confusing, especially since BP uses prototypes during the
example, which I'm told are bad? Never use them?

Prototypes in Perl are not the same as in C. Don't use them. Using them is an advance technique that changes the syntax of the language. You can program anything you want without ever using them. So don't use them (unless you really know want you're doing). Perl's second motto is: Simple things are simple, difficult things are possible. Prototypes fall into the second category.


--
Just my 0.00000002 million dollars worth,
  Shawn

Programming is as much about organization and communication
as it is about coding.

Never give up your dreams.  Give up your goals, plans,
strategy, tactics, and anything that's not working but never
give up your dreams.

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to