Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: My split command isnt working - please advise

by roboticus (Chancellor)
on May 23, 2011 at 12:11 UTC ( [id://906287]=note: print w/replies, xml ) Need Help??


in reply to My split command isnt working - please advise

Angharad:

Remove a backslash. It looks like your split command is trying to split on '\' + any character instead of '.'. (In other words, rather than escaping the period to make it a literal, you're escaping the backslash instead of the period.)

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re: My split command isnt working - please advise

Log In?
Username:
Password:

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

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

    No recent polls found