Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Lost JJC and XML

by Prior Nacre V (Hermit)
on Mar 18, 2005 at 18:33 UTC ( [id://440770]=note: print w/replies, xml ) Need Help??


in reply to Lost JJC and XML

At various points you have if/elsif like:

if ($gram =~ /.../gi { ... }

It should be:

if ($gram =~ /.../gi) { ... }

Regards,

PN5

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-19 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found