PracticeDev/study_perl/re/4re.pl

7 lines
62 B
Perl

#!/usr/bin/perl
foreach (<>){
chomp;
print "$_";
}