-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 29 Oct 2002 12:08:31 -0700 Soren Harward <[EMAIL PROTECTED]> wrote:
> I've just finished writing a "header file" with a bunch of PERL > functions that I'd like to make reusable. Is there some sort of > C-like #include feature? If not, how do I make a PERL module out of > these functions? There is always require, i.e., require "lib.pl"; Are you sure you want to build a module for these functions? Surely you know what a module really is. If the functions are related, and you want to build an abstract data structure with these functions, then check out cpan.org for documentation about how to build a module. Otherwise, if you want to simply use the functions on demand, just require it. - --Phil - ------------------------------ A fool and his honey are soon parted. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9vt+sarekYgudUF0RAj/eAKDJ7RV6B00ZBc0q61VzrVjamhyGVwCeOMns gkSouRNqC/cN1zZkWWLhvFA= =EOU8 -----END PGP SIGNATURE----- ------------------------------------------------------------------------ To unsubscribe from the BYU UUG discussion mailing list, send email to [EMAIL PROTECTED] with "UNSUBSCRIBE" as the message body Visit the BYU UUG website at: http://uug.clubs.byu.edu/
