Is it possible for perl to access the disk in RAW mode? If so, how? If perl is not able to do this what would be the best resources to use in order to perform scans of the disk directly without using system API's? Could Perl do this natively, or would it need the assistance of some C code?
Thanks.