Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- use feature qw(say);
- use strict;
- use warnings;
- my @files = `perl p1.pl`;
- chomp @files;
- for my $file (@files) {
- say "file: '$file'";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement