Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

USE this USE that USE ARGGG

Status
Not open for further replies.

VspecGTR3

Technical User
Feb 3, 2003
62
0
0
US
what does it mean when there is a line called "use Strict;" is that suppose to be a perl module?
 
Although the syntax is similar to that used for loading a module, "use strict;" is a pragma directive. See the documentation for [tt]use[/tt] in the manual: "As soon as we started programming, we found to our surprise that it wasn't as
easy to get programs right as we had thought. Debugging had to be discovered.
I can remember the exact instant when I realized that a large part of my life
from then on was going to be spent in finding mistakes in my own programs."
--Maurice Wilk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top