Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Anonymous function called in forbidden scalar context

by choroba (Cardinal)
on Sep 30, 2011 at 15:36 UTC ( [id://928841]=note: print w/replies, xml ) Need Help??


in reply to Anonymous function called in forbidden scalar context

Are you (or your modules) using Memoize? Google returns many hits with this module.
  • Comment on Re: Anonymous function called in forbidden scalar context

Replies are listed 'Best First'.
Re^2: Anonymous function called in forbidden scalar context
by vit (Friar) on Sep 30, 2011 at 15:43 UTC
    No
      Are you sure? From the source:

      package Lingua::EN::Tagger; our $VERSION = '0.16'; use warnings; use strict; use Carp; use File::Spec; use FileHandle; use HTML::TokeParser; use Lingua::Stem::En; use Memoize; use Storable;
        That's right. I just notices Memoise. Couple of functions are memoised and when I commented this id did not work.

        Is Memoize really useful for computations? How it works?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-04-23 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found