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

Re^2: Parsing ldap attributes into a csv

by lvirden (Novice)
on Mar 02, 2018 at 20:22 UTC ( [id://1210254]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in pattern match (m//) at ./ldap2csv.pl lin
    +e 58, <$in> chunk 7882.
    
  2. or download this
                $data{$key} =~ s/(^|$)/"/g if $data{$key} =~ /,/;
    
  3. or download this
            $data{@header} = ();  # To label the data.
    
  4. or download this
    @data{@header} = ();  # To label the data.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-18 22:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found