File Perl

#!/usr/bin/perl -w
@list = <*.pl>;
print ".pl files: @list";