Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Updating a binary value in Net::LDAP

by wardmw (Acolyte)
on Jan 02, 2013 at 15:07 UTC ( [id://1011287]=note: print w/replies, xml ) Need Help??


in reply to Re: Updating a binary value in Net::LDAP
in thread Updating a binary value in Net::LDAP

Many thanks NetWallah,

Looking at my original post I neglected to point out that the output sound have been a list of IP addresses with the text " OK" appended to each entry so the inet_aton() function was not going to work. However your suggestion to use the map() function was exactly what I needed and with your guidance the code below does what I need:

fileStore => join ('', map {$_ .= "\tok\n" } @mynets),
Just what I needed, thank you for your speedy response.

|\/|

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-03-19 05:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found