Help for this page

Select Code to Download


  1. or download this
    %other_args = (
       update      => 'server',
    ...
       ebrine      => 'password',
       secret      => undef,
    );
    
  2. or download this
    %other_args = (
       update   => undef,
    ...
       user     => 'ebrine',
       password => 'secret',
    );