> Perl has references, which are effectively pointers.
Pointers and references are not the same in any way. Pointers allows for the
direct acces of memory. Perl never gives you direct access. And that is why
is doesn't leak outside of the one Caveot Tom Christianson wrote in the Camel Book.
On Thu, 18 Sep 2003, Ruben I Safir wrote:
> On 2003.09.17 20:59 Donovan Allen wrote:
>> Ruben Safir Secretary NYLXS wrote:
>>
>>>Yes - In my experience I had a JSP programmer test his code for a scheduling
>>>function against my code in EMBPerl and modules. After the first hit,
>>>I was much faste
Hi
> Embperl is already in a publicly readable cvs server, see CVS.pod in
> your nearest Embperl source. Daily snapshot tars, etc available too.
So no need for Sourceforge.
> Embperl, being on CPAN, can use the rt.cpan.org bug tracker if needed.
Maybe it could be - if bug reports are being los
Just thought I'd share my experience with OpenGroupware and Embperl 2b9 on the
same Apache 1.3.28 server.
I added ogo's ngobjweb_module to an existing Apache where Embperl is already
installed. But when I restarted Apache, it didn't! The responses where the
one expected, but Apache's httpd proc
At 3:48 PM +0800 9/19/03, Sherwin Daganato wrote:
On Thu, Sep 18, 2003 at 02:51:19PM -0700, Gerardo Schimpf wrote:
Hi guys!
I'm looking Perl Module that does email decoder.
I mean something that I gave to the email file and the Module returns
the Message, Subject, Headers, etc, etc.
FROM perldo
On Tue, Sep 16, 2003 at 10:25:18PM -0400, Winfield Henry wrote:
> Below is a simple form that calls itself. My understanding is that the
> checkboxes will 'check' themselves upon submission. Or to rephrase, if I
> check one and two then submit the form, check boxes for one and two will
> appear che
At 16 Sep 2003 22:25:18 -0400, Winfield Henry wrote:
> differently? One is using embperl 1.3.4 (not working) the other embperl
> 2.0 (working). I have checked the fdat array on the 1.3.4 machine and it
> does contain a tab delimited array of the checkbox items, its just not
> checking the boxes.
a
On Thu, Sep 18, 2003 at 02:51:19PM -0700, Gerardo Schimpf wrote:
> Hi guys!
> I'm looking Perl Module that does email decoder.
> I mean something that I gave to the email file and the Module returns
> the Message, Subject, Headers, etc, etc.
FROM perldoc Mail::Internet
NAME
Mail::Internet - manipu