summaryrefslogtreecommitdiff
path: root/atarist/test/glob
blob: c090c56b8ea9dada545dfbae51d375914d71ae45 (plain)
1
2
3
4
while(<*.pl>)
{
    print $_, "\n";
}