Help for this page
my $file = <$INPUT>; $file =~ s/(?:(?<=^)|(?<=\t))([^\t\n]*)(?=[\t\n])/"$1"/mg; $file =~ tr/\t/,/;