Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Regular Expression - delimiter/spaces problem

by kcott (Archbishop)
on Feb 15, 2014 at 05:10 UTC ( [id://1075024]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
    PID  POLS U(%) POOL_NAME    Seq# Num LDEV# H(%) VCAP(%) TYPE PM
    003  POLN   0  Bad name with spaces   13453   2 61443  80   -  OPEN N 
    002  POLN  52  DemoSolutions   54068  7 61454  80   -  OPEN N
    
  2. or download this
    PID;POLS;U(%);POOL_NAME;Seq#;Num;LDEV#;H(%);VCAP(%);TYPE;PM;
    003;POLN;0;Bad name with spaces;13453;2;61443;80;-;OPEN;N;
    002;POLN;52;DemoSolutions;54068;7;61454;80;-;OPEN;N;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found