Sunday, August 2, 2009

How to read the .ser files using perl script ?

I want to pull out the contents from the .ser files. how do I do that using the perl script ? or Can I see the contents using some editor ?

How to read the .ser files using perl script ?
Perl can open and read any file type.


If you want to actually process the data in the file then that may be a problem.


If you want to view the contents of a ser file then you can always open it using Notepad. Once again you may not be able to actually see anything of any use as this is an application file.


No comments:

Post a Comment