Title: RE: Use Strict




What does exactly does use strict do?

...1. I strongly suggest using the pragma
...
...       use strict;
...
...   It will force you to write less error-prone code.....

Reply via email to