in reply to Re: Mysql and Perl Module
in thread Mysql and Perl Module

Hello, one questins again. The $infh is only the path to my file? For example $infh = "/data1/konv/perl/test.csv";

Replies are listed 'Best First'.
Re^3: Mysql and Perl Module
by Anonymous Monk on Jun 14, 2012 at 12:17 UTC

    Hello, one questins again. The $infh is only the path to my file? For example $infh = "/data1/konv/perl/test.csv";

    No, I said and $infh is a filehandle of your csv file

    I gave an example in Re^3: Mysql and Perl Module, and Text::CSV shows an example in synopsis ($fh)