Perl quicky..
Posted: Fri Jan 19, 2007 6:28 am
Could anyone please explain what the assignment operator(s) are for in this line, please? 
Much obliged 
EDIT: Found out - it's assing the size of file $source_file (in bytes) to $size.
Code: Select all
my $size=-s $source_file;EDIT: Found out - it's assing the size of file $source_file (in bytes) to $size.