PracticeDev/study_perl/re/2re.pl

6 lines
50 B
Perl
Raw Permalink Normal View History

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