Re: Please can you opt me out from receiving mails from you.

2021-02-05 Thread Wesley Peng
You can send an email to beginners-unsubscr...@perl.org to unsubscribe yourself from it. On Fri, Feb 5, 2021, at 4:20 PM, ONYEDIKACHI NNADI wrote: > Please can you opt my email address dikachi4...@gmail.com from receiving > emails from you. Thanks in anticipation for your prompt action.

any blocked websocket client for perl?

2021-02-03 Thread Wesley Peng
I am trying to find a websocket client for perl. But most modules on cpan is asynchronous, such as AnyEvent::WebSocket::Client. Do you know if there is a synchronous websocket client library available? Thanks in advance. BTW, I tried to use the anyevent module above to access my WS service, it

perl's pulsar client

2021-01-26 Thread Wesley Peng
I saw apache pulsar has many clients in other languages such as python's: http://pulsar.apache.org/docs/en/client-libraries-python/ But it lacks a perl client library. Would anyone have the plan to make one? Thanks.

Re: symlink to "pack"

2019-09-09 Thread Wesley Peng
Hi on 2019/9/10 3:18, John W. Krahn wrote: The operating system is written in C.  The symlink(2) function is part of the operating system and is written in C.  Therefore, when perl calls symlink(2) it has to send a valid C type string.  Because your string starts with a NULL character it is a

function alias

2019-09-04 Thread Wesley Peng via beginners
Hello, How to make a function alias in perl? for example, says() is alias to print(). thanks. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/