Koozali.org: home of the SME Server

abl-batch_users0.5 (perl help)

jane

abl-batch_users0.5 (perl help)
« on: May 13, 2003, 08:55:37 AM »
I think this is related to perl knowledge:-) I couldnt find myself how to make this possible. My question is how if i'm gonna make the firstname or lastname allow this " ' " eg:

mark:23mark:ma'rk:anthony

hope someone who ever use this batch script or the author Abe Loveless may help.

Thanks.

jane

Re: abl-batch_users0.5 (perl help)
« Reply #1 on: May 13, 2003, 11:04:30 AM »
finally found the solution. I just add this to script.pl

$input_split[2] =~ s/'/'/g;

everythings work fine now. Thanks.