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

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

by StayCalm (Novice)
on May 17, 2018 at 08:59 UTC ( [id://1214719]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (my $id, $first{$name}, $second{$name}) = split /,/;
    
  2. or download this
     open ( my $input_1, '<', 'output1.csv' ) or die $!;
      while ( <$input_1> ) {
    ...
    
          $req->content($xml->sprint);
          $req->authorization_basic("user", "user");
    
  3. or download this
    UPDATE need be done for 10.56.7.80
    200 OK
    ...
    Use of uninitialized value $id in concatenation (.) or string at My_Fi
    +le line 65, <$_[...]> line 4.
    405 Method Not Allowed
    400 Bad Request
    
  4. or download this
    Line 65: my $uri="https://10.66.1.16:9060/ers/config/networkdevice/$id
    +";
    

Log In?
Username:
Password:

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

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

    No recent polls found