in reply to Read DVD capacity instead of using constants

You would use one of the DVD modules from CPAN like DVD::Read
  • Comment on Re: Read DVD capacity instead of using constants

Replies are listed 'Best First'.
Re^2: Read DVD capacity instead of using constants
by mgrangeiro (Novice) on Apr 01, 2010 at 18:43 UTC
    It seems like this module returns information as long as there is something written to the media. It won't return anything if medium is empty. Need a subroutine that reads the DVD and returns its size in bytes. Any resources out there? Thank you