Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict; 
    ...
                    print "\t\t", $track->songid->name,"\n";
            }
    }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    print "\n\nFinished.\n\n";
    exit;