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

Re: processing text from flat file

by jeroenes (Priest)
on Oct 01, 2001 at 21:37 UTC ( [id://115919]=note: print w/replies, xml ) Need Help??


in reply to processing text from flat file

split works on scalars, not on arrays. So join first:
@requests = split(/\|\-+\|/, join '', <REQUESTS>);
Just a minor improvement on the split, mehopes you like it.

Jeroen
"We are not alone"(FZ)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-25 16:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found