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