Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

RE: Re: help on searching a file

by ncw (Friar)
on Sep 12, 2000 at 23:06 UTC ( [id://32166]=note: print w/replies, xml ) Need Help??


in reply to Re: help on searching a file
in thread help on searching a file

There is certainly something wrong with your regular expression.
$ perl -w -e 'print split(/+\|/, $result);' /+\|/: ?+*{} follows nothing in regexp at -e line 1.
To be explicit that + in the regexp in the split is in an invalid position.

This is probably a cut and paste problem since a program with that construct in wouldn't even compile...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://32166]
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: (3)
As of 2024-04-20 10:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found