Hello,
In the "Simple Perl Database Program" tutorial at this site, they are using the pipe character for their delimiter, as:
$delimeter = "|";
What do I put to switch it to tab delimiter? Is it "\t" ??
Thanks!
In the "Simple Perl Database Program" tutorial at this site, they are using the pipe character for their delimiter, as:
$delimeter = "|";
What do I put to switch it to tab delimiter? Is it "\t" ??
Thanks!
Comment