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
- RE: [PBML] Re: Regular expression needed Jorge Goncalvez
- RE: [PBML] Re: Regular expression needed Vroom, Tim
- RE: [PBML] Re: Regular expression needed Tillman, James
- RE: [PBML] Re: Regular expression needed Thomas_M