Help for this page

Select Code to Download


  1. or download this
        my $cd = $artist->add_to_cds({ 
            cdid   => 1,
    ...
        # Oops, got it wrong.
        $cd->year(1981);
        $cd->update;