Hi, I have a file with several lines which begins with:
/bootp/linux/....

I would like to match theses lines

I tried this  while (<INFILE>) {
        chomp();
        /^\/bootp/linux/\/

but it doesn't work how can I do ?

Thanks.











_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to