in reply to Re: Re: Re: Help: Constructors and all things OO.
in thread Help: Constructors and all things OO.
#!/usr/bin/perl -w use lib '/usr/home/iordy/perl.iordy.net'; use strict; use Apache::Request; use iXML::TheConstruct; my $r = Apache->request; my $constuctor = iXML::TheConstruct->new();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Help: Constructors and all things OO.
by MZSanford (Curate) on Aug 28, 2001 at 17:41 UTC |