Hi,

It might be a bit out topic, but I hope experts in cgi and perl will give
me some solution..

I have the following script that execute at command prompt and working
fine .. 

 perl -pi -e 's/^(user)(\s+.*)(old)(.*)$/${1}${2}new${4}/' filename

For replacing the old item with the new item based on one filed (here
user). 

  Is there any similar script available to execute from browser.. I wil
pass the messages from html, so the script has to take three parameters ..
$user, $old, $new .. and perform on "filename"

Thanks in advance..

Kiran




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to