Re: Virtualmin and Webmin web hosting control panel are written in Perl 5

2022-08-01 Thread Turritopsis Dohrnii Teo En Ming
Maybe if I want to modify Virtualmin/Webmin code, I will need to hire a Perl programmer :) Mr. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore On Mon, 1 Aug 2022 at 15:22, Olivier wrote: > > Turritopsis Dohrnii Teo En Ming writes: > > > If I want to learn P

Virtualmin and Webmin web hosting control panel are written in Perl 5

2022-08-01 Thread Turritopsis Dohrnii Teo En Ming
. Turritopsis Dohrnii Teo En Ming Targeted Individual in Singapore 1 Aug 2022 Mon Blogs: https://tdtemcerts.blogspot.com https://tdtemcerts.wordpress.com -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: array to hash array

2010-07-26 Thread Teo
Dear Sharan, > Can someone tell me how to convert an array to hash. > > Each array entry has a row of values > e.g. a(0) = ab cd ef; a(1) = mn de fg > > The hash array needs to be constructed with one of the element in the > array row as the key. > e.g. hash{ab} = cd ef      - ab is a string in th

Re: speed test

2009-12-04 Thread Teo
Dear Matt, On Dec 2, 5:29 pm, matthew.leonha...@gmail.com (Matt) wrote: > > Maybe it's not so suitable to ask this here. > > But is there a good way (code sample?) to implement a speed test > > between Perl and C? > > For a project which handles lots of data we want to know how slower > > perl is

Re: Can't run PERL scripts on a shared server?

2008-05-11 Thread Teo
On May 11, 12:57 am, [EMAIL PROTECTED] (Hotkitty) wrote: > I've been trying to setup a connection w/ a shared server at > godaddy.com. The script won't work and when I called them they tell me > that because I don't have a dedicated server that I can't run a perl > script and so I need to upgrade m

Re: regexp trouble

2001-05-07 Thread Andrew Teo
try this : $tmp =~ tr/a/ /; Johan Groth wrote: > > Hi, > I want to strip a variable of all characters including a token, i.e. > aaa_bbb_ccc_ddd would become bbb_ccc_ddd. As you can see I want to get rid of > aaa_. Does anyone know how to acomplish this in Perl? > > I've tried: > $tmp = "aaa_

Re: Got a project for Perl but need some help

2001-04-30 Thread Andrew Teo
Just curious, how would you send an attachment? Johnathan Kupferer wrote: > > Aww... you should have let him hire a consultant. ;o) > > Seriously though, this is dead simple. Gary's code is great and robust > if a bit intimidating for a newbie. You said you have background in > VisualBasic

DBI tutorial

2001-04-29 Thread Andrew Teo
Hi all, I am interested in self-learning the DBI module for database manipulation. Are there any good online tutorials available? Thanks, Andrew