Hi,
What's the perl sign for a tab?
We have a database that is a flat file text database seperated by a tab instead of say a :: .
So to tell the script that the delimiter is a tab, what is that bit of coding.
What we have now, is this:
@FIELD=split(/\::/,$data);
But need to change the :: to the correct thing for a tab.
Thanks if'n you can help.
------------------
Regards,
Visionary
What's the perl sign for a tab?
We have a database that is a flat file text database seperated by a tab instead of say a :: .
So to tell the script that the delimiter is a tab, what is that bit of coding.
What we have now, is this:
@FIELD=split(/\::/,$data);
But need to change the :: to the correct thing for a tab.
Thanks if'n you can help.
------------------
Regards,
Visionary

