|
| Author |
Message |
draget Not Yet a God

Joined: 29 Dec 2004 Posts: 367 Location: Australia
   
|
Posted: Sat Jul 23, 2005 1:39 pm Post subject: storable versionss......... |
|
|
| Quote: |
Checking systems.
Storable binary image v2.7 more recent than I am (v2.6) at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al) line 328, <DATA> line 462, at bot.pl line 713
|
When i go to load the storables in my bot code, i get that error.
Anyone got any ideas to get around it?
thanks! |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Sat Jul 23, 2005 1:52 pm Post subject: |
|
|
Upgrade your version of Storable; to 2.7.
I would also recommend using Data Dumper, which is easier for debugging, as you can see the hashrefs in plaintext. However, it's a personal preference. _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
draget Not Yet a God

Joined: 29 Dec 2004 Posts: 367 Location: Australia
   
|
Posted: Sat Jul 23, 2005 2:01 pm Post subject: |
|
|
thanks, but how do I upgrade?
Is it as simple as installing a module?
i think i will use Data::Dumper int the future!
thanks! |
|
| Back to top |
|
 |
Addict Not Yet a God

Joined: 21 Jan 2004 Posts: 473
   
|
Posted: Sat Jul 23, 2005 2:09 pm Post subject: |
|
|
Just ppm install Storable. If that doesn't work use CPAN.  |
|
| Back to top |
|
 |
Cheater Senior Member

Joined: 10 Jun 2005 Posts: 236
  
|
Posted: Sat Jul 23, 2005 3:00 pm Post subject: |
|
|
you can get to CPan by:
1. Going to the Command Prompt
2. Typing CPan
3. Typing install module::module
replace module::module with the module name. In this case you would type install storable |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Sat Jul 23, 2005 4:17 pm Post subject: |
|
|
He knows. _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
draget Not Yet a God

Joined: 29 Dec 2004 Posts: 367 Location: Australia
   
|
Posted: Sun Jul 24, 2005 11:18 am Post subject: |
|
|
i know
lol, thanks, just wasnt sure if it was a simple module upgrade |
|
| Back to top |
|
 |
|