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

Save MP3 Tag's to Database with SPOPS

by jeffa (Bishop)
on Jan 07, 2002 at 23:51 UTC ( [id://136913]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MySPOPS::DBI;
    
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    
    ...
       $mp3->save();
    
    }, @ARGV;
    
  3. or download this
    $VAR1 = bless( {
       'ARTIST'  => 'The Fixx',
    ...
       'YEAR'    => '1984',
       'COMMENT' => 'underrated band',
    }, 'MP3::Info' );
    
  4. or download this
    $VAR1 = bless( {
       'artist' => '',
    ...
       'year'   => '',
       'id'     => ,
    }, 'MySPOPS::MP3' );
    
  5. or download this
       myobject => {
          class       => 'MySPOPS::MP3',
    ...
             password => 'pass',
          },
       }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-03-29 13:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found