Request to register new user

fullname: Gene Gallistel
  userid: GRAVALO
    mail: CENSORED
homepage: 
     why:

    I'm planning on contributing a recently written OOPerl mod which
    simplifies the creation of file sharing clients and servers. With
    use of the mod, a file sharing server can be constructed with the
    following code:

    use FileShare; my ($fh) = FileShare->new(_send_only => 1, _socket
    => 1, _directory => '/path/to/files', _debug => 1);
    $fh->server_connection;

    and a corresponding file sharing client could be constructed as
    follows:

    use FileShare; my ($fh) = FileShare->new(_send_only => 0, _socket
    => 1, _directory => '/download/dir', _debug => 1);
    $fh->client_connection("x.x.x.x", "port", "some_file");


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=0c100000_deeed6510b65c0bf&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=0c100000_deeed6510b65c0bf&SUBMIT_pause99_add_user_Definitely=1

Reply via email to