John W. Krahn wrote:
> Chinku Simon wrote:
>
> > I have a requirement to find out the size of a file existing
> > in an NTFS file system.
>
> my $file_size = -s $file_name;
>
> perldoc -f -s

Thanks John.

It's also worth pointing out that the '-s' operator is
/indentical/ to calling 'stat' and taking the eighth element
from the returned list.

Cheers,

Rob





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to