Help for this page

Select Code to Download


  1. or download this
    my $file3 = do {local $/; <FILEHANDLE>};
    
  2. or download this
    my $response = POST (URI, [ form_zone => $file3, submit => 'Submit', 
      form_result => 'true', menu => 'edit_dns', 
      user => 'username', auth => '*:strange_string',
      account => 'account_name', mbox => ''],
     REFERRER => LAST_PAGE);
    
  3. or download this
    my $aref = [ form_zone => @file3, submit => 'Submit', 
      form_result => 'true', menu => 'edit_dns', 
      user => 'username', auth => '*:strange_string',
      account => 'account_name', mbox => ''];
    print "( '", join("', '", @$aref), "')\n";