I\'m trying to get a little script to recognize the SNMP data from a query to store it in a database. But I\'m stuck when processing the data with the Net::IP CPAN module. If I define the network stri
I\'m using perl-ldap to search and modify LDAP directories. Everything works fine except for when I try to search a group based on its \"uniqueMember\" attribute, whose value is a dn (e.g., cn=exuser
I am having a whole lot of trouble copying a file from one server to another. I have been trying for two days.
I have the following bit of code: uri = URI.parse(\"https:开发者_JAVA百科//rs.xxx-travel.com/wbsapi/RequestListenerServlet\")
I want to get the current date (day, mon and year). I found out there are some functions in C to do that like ctime (get the string of ti开发者_StackOverflowme), localtime and gmtime. I tried with fol