in reply to Re: Retrieve only what I need from split without using temp array
in thread Retrieve only what I need from split without using temp array
granted, this is a module that isn't standard in Perl, as opposed to stat(), so you need to do the MakeMaker waltz, but I think it is worth going the extra mile for the much clearer code.use File::Stat; print File::Stat->new($file)->size(), "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Retrieve only what I need from split without using temp array
by RMGir (Prior) on Aug 06, 2003 at 11:55 UTC | |
|
Re3: (File's size) Retrieve only what I need from split without using temp array
by bbfu (Curate) on Aug 06, 2003 at 19:09 UTC |