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