#!/usr/bin/perl use strict; use warnings; open(my $fh,'data4.txt'); while(<$fh>){ print if /EDA/; }
In reply to Re: Pattern String Matching while parsing a file
by pme
in thread Pattern String Matching while parsing a file
by pawarr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |