Hi,
I would like to know how to search for text(say a SQL statement with Bind Variables) from an input file and output the same to different text file.
Basically, the perl script should search text(i.e. a SQL statement with Bind Variables) which occurs many times in that file and should output each text(the SQL statement) found into many text files.