Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Perl module error

by toolic (Bishop)
on Oct 04, 2013 at 14:54 UTC ( [id://1056890]=note: print w/replies, xml ) Need Help??


in reply to Perl module error

I do not get any error:
perl -c KeyManager.pm KeyManager.pm syntax OK

How are you using this? I even call it this way:

use Gate88::Bot::Core::KeyManager; my $x = Gate88::Bot::Core::KeyManager->new();

Replies are listed 'Best First'.
Re^2: Perl module error
by Vaclav_ (Novice) on Oct 04, 2013 at 15:07 UTC
    Same like you:
    use Gate88::Bot::Core::KeyManager; $s->{'keyboard'} = Gate88::Bot::Core::KeyManager->new( $s->{'gs'}, $s- +>{'nm'} );
    ($s is another object) If I comment the use... line it says syntax Ok, so it must be in the module.
      Maybe there is some problematic whitespace in your .pm file:
      cat -A KeyManager.pm

      You should download the code from your post, just like I did, and paste it into a new file.

        I did what you said, downloaded it and replaced, and it worked! But then when I add my additional code to the file, I get error again: "KeyManager.pm" did not return a true value". So what is this whitespace problem? White spaces should be ignored by perl, and I don't have new line after 1; Is it about the newline character? I'm using Notepad++ on windows.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1056890]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-19 14:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found