RE: Announcing Locale::Maketext::Gettext

[email protected] (Burak Gürsoy) Sat, 26 Apr 2003 00:08:22 +0300
Newsgroups perl.i18n
Message-ID <[email protected]>

> -----Original Message-----
> From: Sean M. Burke [mailto:[email protected]]
> Sent: Saturday, April 26, 2003 12:08 AM
> To: imacat; Perl-I18N
> Subject: Re: Announcing Locale::Maketext::Gettext

> (By the way, I've never seen modules end with "return 1;" before -- but
> obviously it works, yes?  I tend to use just "1;" instead.  Also, I have

1; is short for return 1; afaik... As the docs say, the last value in a
block/package is returned if i remember correctly...