Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2001 16:24:17 -0400 (EDT)
From:      Joe Clarke <marcus@marcuscom.com>
To:        Andre` Niel Cameron <AndreC@Axxs.net>
Cc:        free bsd <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Perl Question
Message-ID:  <20011017162321.A4152-100000@shumai.marcuscom.com>
In-Reply-To: <024e01c15746$4f088450$a50410ac@olmct.net>

next in thread | previous in thread | raw e-mail | index | archive | help


On Wed, 17 Oct 2001, Andre` Niel Cameron wrote:

> Oh one more thing is there a way to have header files in perl so I can ke=
ep
> my variable and functions out of the main code?

Sure.  You can use or require other Perl modules or Perl libraries:

require "globals.pl";
use My::Library;

Again, a good Perl programming book would really help at this stage.

Joe

>
> Regards,
> Andre` C.
> Technical Support
> =D4=BF=D4=AC
> -------------------------------------------------------------------------=
---
> -
> Visit our support manual at http://supportmanual.com/
> ----- Original Message -----
> From: "Andre` Niel Cameron" <AndreC@Axxs.net>
> To: "free bsd" <freebsd-questions@FreeBSD.ORG>
> Sent: Wednesday, October 17, 2001 3:58 PM
> Subject: Perl Question
>
>
> > Just wondering how to wright a function in perl, IE:
> >
> > C/C++
> > void MyFunction(){
> > CODE
> > };
> >
> > Perl?
> >
> >
> > Regards,
> > Andre` C.
> > Technical Support
> > =D4=BF=D4=AC
> > -----------------------------------------------------------------------=
---
> --
> > -
> > Visit our support manual at http://supportmanual.com/
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011017162321.A4152-100000>