Perl : Fetching the header row or row count from a file in FTP -


I have a Perl script and a special feature to get the column name and row number of the file present in the FTP location. the wanted . Attempted Net :: FTP module but it does not retrieve the row count or column header. Is there any way that I can attain those qualities and specify it in a variable?


Comments

Popular posts from this blog

python - rpy2 import is not working -

c++ - How to load a bitmap from file into the samples buffer -

javascript - How to get MySQL query result returned using $.ajax -