Re: Perl version 5.8 and 5.10

2023-10-08 Thread wesley
my perl version shipped by ubuntu 22.04 is 5.34.0. This is perl 5, version 34, subversion 0 (v5.34.0) built for x86_64-linux-gnu-thread-multi regards. > > Hello,  > > What's the motivation to install a version which is 21 years old ? > > If you have an old code probably is better try to

Re: Syntax of Perl

2023-10-09 Thread wesley
I would say perl syntax is similar to ruby and scalar. https://tech.postno.de/archives/113 regards. > > The syntax of Perl have similarity with Python. > > -- > > With kindest regards, William. > > ⢀⣴⠾⠻⢶⣦⠀ > ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system > ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org

Re: Perl Design Patterns

2023-11-18 Thread wesley
you can choose to not use it. > > When must I use perl design patterns? > -- > > With kindest regards, William. > > ⢀⣴⠾⠻⢶⣦⠀ > ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system > ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org https://www.debian.org/ > ⠈⠳⣄ > -- To unsubscribe, e-mail:

Number search

2003-06-28 Thread Phillips, Wesley
Hi all, I have been working on a problem and worked out a solution, but am wondering if there is an easier(more elegant?) way of doing it. I am automatically generating configuration files for a Quality Of Service(QOS) device, and each pipe in the QOS has a policy number attached to it. The

RE: Reading writing to INI files

2003-08-24 Thread Phillips, Wesley
Saadat, Try Win32::Tie::Ini Wes -Original Message- From: Saadat Saeed [mailto:[EMAIL PROTECTED] Sent: Sunday, August 24, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: Reading writing to INI files Hello, Are there any modules available that can read/write to INI files.

Re: Downloadable Perl Manual

2006-08-04 Thread Wesley Bresson
http://learn.perl.org/library/ I've downloaded and been readying through the Beginning Perl title on the top of the page, I guess it depends what type of Perl manual you want [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello Is there a downloadable manual for perl? I would

Regex...HTML::Parser...Getting webpage data?

2006-08-04 Thread Wesley Bresson
I'm pretty new to Perl, my past experience has been in modifying other peoples code in order to do what I want it to do but now I'm trying to write my own to do a specific task that I can't find code for and am having issues. I am trying to retrieve data from a webpage, say

Re: Regex...HTML::Parser...Getting webpage data?

2006-08-05 Thread Wesley Bresson
... Two Web questions in one day! It's hard to know exactly how you're going to your code Wesley, but the stuff below should be a good starter. It pulls in the web site and parses it using HTML::TreeBuilder. It looks for all table row tr elements that contain exactly five table data td

Regular Expressions with Incremented Variable Embedded

2009-05-30 Thread Raabe, Wesley
, just pgf 1 on every paragraph time. Thanks, Wesley Raabe wra...@kent.edu Assistant Professor Textual Editing and American Literature Kent State University -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

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

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: 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.

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/