config data
config values
config data values
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.
Put a simple instruction ahead of the text area like;
"Enter each data item on a separate line"
- or -
"Enter data items separated by commas"
then parse input accordingly.