Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

split then join based on common value in field

by brianjb (Novice)
on Jun 01, 2012 at 23:53 UTC ( [id://973890]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    9885    10.10.9.48    Room    1105A
    9885    10.10.9.48    Jack    1105A--05D
    ...
    114949  10.10.184.0    blockSecEmail   John.goody@google.com
    114949  10.10.184.0    nasa_nets       off
    
  2. or download this
    10.10.9.48|Room=1105A|Jack=1105A--05D|org_code=B703|Building=1268A
    
    ...
    7878|blockAdminEmail=lucy.p.wallice@google.com|blockTechName=TEST LAN|
    +blockSecPhon
    e=222-555-3232|blockTechEmail=terCInternal@google.com|blockSecEmail=Jo
    +hn.good
    y@google.com|nasa_nets=off
    
  3. or download this
        $out_file="/tmp/brian_test.$datestring";
        open(IN,"<$TMPCONTLIST") or die "Can't open $TMPCONTLIST!\n";
    ...
        }
        close IN;
        close OUT;
    
  4. or download this
    10.10.9.48|User_POC_Phone|222-555-2322
    |
    ...
    10.10.9.48|org_code|B703
    |
    10.10.9.48|Building|1268A
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-23 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found