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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

#include equivalent

Status
Not open for further replies.

RPrinceton

Programmer
Jan 8, 2003
86
US
Hi,
Is there any way in Perl to "include" pre-coded code blocks or routines?
Please advise.
Thanks in advance.
Regards,
Randall Princeton
 
You can use 'require' or 'use' to include other code into the same namespace as your running code.

These are similiar to the C 'include' functionality.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top