> > Forgot the list...
> >
> > ------ Forwarded message ------
> > From: Patrick LeBoutillier <[EMAIL PROTECTED]>
> > Date: Nov 23, 2005 11:24 AM
> > Subject: Re: Calling static methods from a studied class without
> > creating an object
I am
new to perl.
Thanks.
Vishal
Quoting Patrick LeBoutillier <[EMAIL PROTECTED]>:
> Forgot the list...
>
> -- Forwarded message --
> From: Patrick LeBoutillier <[EMAIL PROTECTED]>
> Date: Nov 23, 2005 11:24 AM
> Subject: Re: Calling static methods fro
Forgot the list...
-- Forwarded message --
From: Patrick LeBoutillier <[EMAIL PROTECTED]>
Date: Nov 23, 2005 11:24 AM
Subject: Re: Calling static methods from a studied class without
creating an object
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Hi
Hi,
I was wondering if it is possible to call a static method from a class which has
been studied by Inline::Java, if there is no constructor available for the
class. For example, I have written the following script:
---