sdl::cdrom(3pm) debian man page | unix.com

Man Page: sdl::cdrom

Operating Environment: debian

Section: 3pm

pods::SDL::CDROM(3pm)					User Contributed Perl Documentation				     pods::SDL::CDROM(3pm)

NAME
SDL::CDROM -- SDL Bindings for the CDROM device
CATEGORY
Core, CDROM
SYNOPSIS
use SDL ':init'; use SDL::CDROM; SDL::init(SDL_INIT_CDROM); print SDL::CDROM::num_drives(); print SDL::CDROM::name(0); SDL::quit();
METHODS
num_drives my $drives = SDL::CDROM::num_drives(); Returns number of drives available on the system name my $drive_name = SDL::CDROM::name($drive_num); Returns human readable name for CDROM device Examples: o '/dev/cdrom' o 'E:' o '/dev/disk/ide/1/master' See Also SDL::CD, SDL::CDTrack
AUTHORS
See "AUTHORS" in SDL. perl v5.14.2 2012-05-28 pods::SDL::CDROM(3pm)
Related Man Pages
sdl::gfx::rotozoom(3pm) - debian
sdl::audiocvt(3pm) - debian
sdl::cd(3pm) - debian
sdl::cdtrack(3pm) - debian
sdl::mouse(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Introduction
How to copy a column of multiple files and paste into new excel file (next to column)?