Subject:
|
Re: Help with RCX.pm
|
Newsgroups:
|
lugnet.robotics.rcx
|
Date:
|
Thu, 13 Apr 2000 14:39:50 GMT
|
Viewed:
|
1718 times
|
| |
| |
In lugnet.robotics.rcx, Clemens Dorner writes:
> when using the rcx.pm i only recieved the following error:
> "can't find method new in module rcx"
>
> it seems to me that perl finds the LEGO::RCX module but not its method
> "new".
> what am i missing?
>
> thanks for any suggestions!
Clemens,
What are you using to invoke the new() constructor? Are you using
LEGO::RCX->new(...)
or
LEGO::RCX->new("LEGO::RCX", ...)
or
new LEGO::RCX(...)
or something else?
--Todd
|
|
Message has 1 Reply: | | Re: Help with RCX.pm
|
| "Todd Lehman" <lehman@javanet.com> schrieb im Newsbeitrag news:FsyM2E.KoA@lugnet.com... (...) i used the following: use RCX; $rcx = new RCX(); as described in the doc-file that comes with RCX.pm. thanks, Clemens (25 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
Message is in Reply To:
| | Help with RCX.pm
|
| when using the rcx.pm i only recieved the following error: "can't find method new in module rcx" it seems to me that perl finds the LEGO::RCX module but not its method "new". what am i missing? thanks for any suggestions! (25 years ago, 12-Apr-00, to lugnet.robotics.rcx)
|
6 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|