Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: perl typecasting

by ww (Archbishop)
on Feb 05, 2008 at 21:22 UTC ( [id://666405]=note: print w/replies, xml ) Need Help??


in reply to Re^2: perl typecasting
in thread perl typecasting

Did your use line look like this?

use Regexp::Common

Note the double colon -- not the slash you used in your note.

...and did your error end with a line like this?

BEGIN failed--compilation aborted at 40.pl line 3.

I mention the first because the first thing that occurs to me is that you tried to

use Regexp/Common;

If you used the correct form (as in the first sample above), then IMO, the problem is likely that Regexp::Common is not installed.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-26 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found