Hi
I'm a beginner in PERL with basic knowledge but however have not worked with real projects. Right now i have a huge task.I have a ssv document in notepad with atleast 100000 rows!
I have to use PERL programming to maipulate this file.In the first place i need to seperate and group this large file into smaller ones based on the data in one of the columns.
What command should i use to open the file and do the group by function.
Is just the open command enough or should i first create the database (SQL Server) with this data and use the Perl DBI function? Please let me know the method with correct syntax as I am very new to handling files.
Thanks a lot