Help for this page
use strict; use warnings; ... $mech->get( $url, ':content_file' => $filename ); return -s $filename; }
use strict; use warnings; ... # is($got, $expected, $description_of_test) is(getByteCount($mech, $url), $iExpected , "getByteCount: url=$url");