Help for this page

Select Code to Download


  1. or download this
    set_opts({
        curl => $curl,
        url  => 'http://www.example.com/path/',
        . . . 
    });
    
  2. or download this
    set_opts( 'http://www.example.com/path/', {
        curl => $curl,
        . . . 
    });