anandraman
Programmer
Hi,
@linearr contains virtual_maps=hash:/etc/postfix/virtual
I want to convert @linearr as follows :-
virtual_maps hash /etc/postfix/virtual
so that I can assign $virtFile = $linearr[2];
Basically remove the '=" and ":" and leave a blank space Instead. so that I may use the split() to have blank space as my delimiter.
Can someone help me out
Thanks,
Anand
@linearr contains virtual_maps=hash:/etc/postfix/virtual
I want to convert @linearr as follows :-
virtual_maps hash /etc/postfix/virtual
so that I can assign $virtFile = $linearr[2];
Basically remove the '=" and ":" and leave a blank space Instead. so that I may use the split() to have blank space as my delimiter.
Can someone help me out
Thanks,
Anand