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
. 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/
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
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
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
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_
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
Hi all,
I am interested in self-learning the DBI module for database
manipulation. Are there any good online tutorials available?
Thanks,
Andrew