Re: Fwd: Calling static methods from a studied class without creating an object

2005-11-23 Thread Patrick LeBoutillier
> > 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

Re: Fwd: Calling static methods from a studied class without creating an object

2005-11-23 Thread vmalik
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

Fwd: Calling static methods from a studied class without creating an object

2005-11-23 Thread Patrick LeBoutillier
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

Calling static methods from a studied class without creating an object

2005-11-23 Thread vmalik
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: ---