Convert::CD - import/export/represent various cd image file formats
use Convert::CD; # to be done
Kidding?
This class represents a full CD image, which can consist of one or more files. While track layout and TOC data is stored in this class, to read/write TOC files you need a Convert::CD::TOCFile.
Create a new Convert::CD object.
my $cd = new path => "/tmp/mycd.bin";
Appends a new track to the image. Same parameters as Convert::CD::Track->new.
Returns a multi-line, textual description of the CD Image.
Returns the track with the given index, or, if no index is given, all the tracks of the CD (or the number of tracks in scalar context). The first track is track #1.
Marc Lehmann <schmorp@schmorp.de>