#!/usr/bin/perl use strict; use warnings; my @list = glob(".* *"); print $_, "\n" for (@list); [download]
In reply to Re: Put "ls" in array by hperange in thread Put "ls" in array by PatricF