Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: How do I read a CD volume label?

by pfaut (Priest)
on May 15, 2003 at 03:29 UTC ( [id://258320]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open CD,"<","/dev/cdrom" or die "Unable to open CDROM: $!";
    seek CD,32808,0 or die "Unable to seek: $!";
    read CD,$lable,32 or die "Unable to read from CD: $!";
    close CD;
    print $lable,$/;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://258320]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (8)
As of 2024-04-23 09:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found