$size= -s $file; die "Can't open file $!" unless open NEWFILE, ">/tmp/size_of_hello"; print NEWFILE $size,"\n"; close NEWFILE;
In reply to Re: Re: size of a file
by Jonathan
in thread size of a file
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |