On Wed, May 05, 2004 at 05:44:42PM -0700, [EMAIL PROTECTED] wrote: > I have a html file and i want to do a grep for the accourance of "<!--#include > virtual" and push every result to an array. Then get only the filepath into another > array ... but man !i'm stuck... please help
Hi amjoe11, You are not opening the file for reading. Your syntax is incorrect. Please read `perldoc perlopentut` for a tutorial on how to open and read files in Perl. BTW, you may have already had your question answered in another group which I'm not subscribed to. It's generally considered bad netiquette to cross-post non-announcement messages to multiple newsgroups. Try one then move to the next if you don't get a satisfactory answer. Good luck, William -- Knowmad Services Inc. http://www.knowmad.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>