Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Regular Expression - delimiter/spaces problem

by Util (Priest)
on Feb 14, 2014 at 21:50 UTC ( [id://1075007]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use Modern::Perl;
    ...
    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://1075007]
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: (5)
As of 2024-04-24 08:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found