in reply to
List drives in linux using Perl
You can use
strace
to see what
fdisk
does under the hood and then reimplement it in Perl
...or just read
fdisk
source code!
Comment on
Re: List drives in linux using Perl
Select
or
Download
Code
In Section
Seekers of Perl Wisdom