I'm an intermediate programmer, but new Perl programmer. I am trying to implement a very simple search mechanism from a website that would just search for a part number from a text file and return pertinent information in the file related to that number. I want to try implement this as a CGI script using Perl. Is this a reasonable thing to do in Perl - or would this be better handled with a different menthod?