PracticeDev/study_perl/re/4re.pl

7 lines
62 B
Perl
Raw Permalink Normal View History

2022-12-20 17:31:11 +08:00
#!/usr/bin/perl
foreach (<>){
chomp;
print "$_";
}