"; print "TEST CLASS: AUTOLOADER"; print ""; print '
Class Test Master
'; $bytes = 10242424; $_bytes = Byte::humanReadableByteFormat($bytes); print "BYTES: " . $_bytes . "
"; print ""; // __END__