Forum Moderators: open
where if i use space as delimiter it fails as i getting config and data as separate values.So i need to use any delimiter such as $,in text area,and if user gives muliple entries i will separate using delimiters like $,how to add delimiter to text area.
or can i split in cgi page after submitting the form.
where i am getting
$mode=$query->param('mode');
'mode' => 'config values config data values config data'.
when i submit an form where i hit an cgi page
how to separate the value i get from textarea in form.
Thanks,
srins.