in reply to iso9660 images creation

You probably would do well to explain why for instance mkisofs isn't suitable for what you want to do as a similar constraint might well apply to any other software we could recommend.

/J\

Replies are listed 'Best First'.
Re^2: iso9660 images creation
by wazoox (Prior) on Jun 01, 2006 at 13:58 UTC
    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.