Device::Cdio::ISO9660

Device::Cdio::ISO9660 is a Perl module for ISO 9660 handling.
Download

Device::Cdio::ISO9660 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rocky Bernstein
  • Publisher web site:
  • http://search.cpan.org/~rocky/Device-Cdio-v0.2.3/lib/Device/Cdio/Track.pm

Device::Cdio::ISO9660 Tags


Device::Cdio::ISO9660 Description

Device::Cdio::ISO9660 is a Perl module for ISO 9660 handling. Device::Cdio::ISO9660 is a Perl module for ISO 9660 handling.SYNOPSISThis encapsulates IS9660 filesystem handling. This library however needs to be used in conjunction with Device::Cdio, Device::Cdio::ISO9660::IFS and Device::Cdio::ISO::FS. use Device::Cdio::ISO9660; $name = Device::Cdio::ISO9660::name_translate('COPYING.;1'); $bool = Device::Cdio::ISO9660::is_achar('A');This is an Object-Oriented Perl interface to the GNU CD Input and Control library's ISO 9660 library, libiso9660.Encapsulation is done in two parts. The lower-level Perl interface is called perliso9660 and is generated by SWIG.The more object-oriented package Device::Cdio::ISO9660 and uses perliso9660. Actually, there are no objects in Device::Cdio::ISO9660, but there are in its sub packages Device::Cdio::ISO9660::IFS, Device::Cdio::ISO9660::FS (and in the future Device::Cdio::ISO9660::PVD).Although perliso9660 is perfectly usable on its own, it is expected that these module and classes are what most people will use. As perliso9660 more closely models the C interface, it is conceivable (if unlikely) that die-hard libiso9660 C users who are very familiar with that interface could prefer that. Requirements: · Perl


Device::Cdio::ISO9660 Related Software