Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: HTTP PUT Request with separate values in csv

by poj (Abbot)
on May 17, 2018 at 12:44 UTC ( [id://1214734]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
      }
    }
    print Dumper \@add,\@updateIP,\@updateName;
    
  2. or download this
    # read XML template
    my $xml = XML::Twig->new->parse( \*DATA );
    ...
    <device name="example">
      <ipaddress>0.0.0.0</ipaddress>
    </device>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-28 20:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found