Scroll to navigation

Data::ParseBinary::FileSystem::MBR(3pm) User Contributed Perl Documentation Data::ParseBinary::FileSystem::MBR(3pm)

NAME

Data::ParseBinary::FileSystem::MBR - Parsing the partition table

SYNOPSIS

    use Data::ParseBinary::FileSystem::MBR qw{$mbr_parser};
    my $data = $mbr_parser->parse(CreateStreamReader(File => $fh));

Can parse the binary structure of the MBR. (that is the structure that tells your computer what partitions exists on the drive) Getting the data from there is your problem.

This is a part of the Data::ParseBinary package, and is just one ready-made parser. please go to the main page for additional usage info.

2024-03-05 perl v5.38.2