Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2001 16:23: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:  <20011017162140.K4152-100000@shumai.marcuscom.com>
In-Reply-To: <024801c15746$2381c940$a50410ac@olmct.net>

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


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

> Just wondering how to wright a function in perl, IE:
>
> C/C++
> void MyFunction(){
> CODE
> };
>
> Perl?

sub myFunction {
=09CODE;
}

However, for questions this fundamental, you might consider buying a book
like Programming Perl (Wall, Christiansen & Schwartz O'Reilly Pub.).

Joe

>
>
> 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




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