in reply to Re: iso9660 images creation
in thread iso9660 images creation

I'm writing a big application (more than 8000 lines so far) and I don't want to use a quick and dirty hack like
qx(mkisofs $options $tree $iso)
and because of the laziness-as-a-perl-programmer-quality, I'd rather use something already done than reinvent the wheel by myself.