Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl -w
    
    ...
    printf "Room %s, shelf %s\n", $cd->get_location;
    $cd->set_location(5,3);
    print CD::Music->get_count, "\n";