Re: listing a directory by size
- From: Jürgen Exner <jurgenex@xxxxxxxxxxx>
- Date: Fri, 20 Jun 2008 04:25:37 GMT
April <xiaoxia2005a@xxxxxxxxx> wrote:
For the following program, found somethings seem not seen before, one
is the input <*>, everything and anything?
Another way of writing
glob(*);
Another is the usage
$i{$f} or $i{$b}, etc., not sure what that means?
See
perldoc perldata
and look for hashes. It is retrieving the value of %i for the key that
has the value of $f resp. $b.
jue
.
- Follow-Ups:
- Re: listing a directory by size
- From: John W. Krahn
- Re: listing a directory by size
- References:
- listing a directory by size
- From: April
- listing a directory by size
- Prev by Date: Print Spanish characters in Perl?
- Next by Date: Re: Print Spanish characters in Perl?
- Previous by thread: listing a directory by size
- Next by thread: Re: listing a directory by size
- Index(es):