Help for this page

Select Code to Download


  1. or download this
    # MP3::Napster, by Lincoln Stein
        
    ...
      $self;
    }
    
  2. or download this
    package MP3::Napster::MessageCodes;
    require Exporter;
    ...
    @EXPORT = qw(JOIN_ACK MOTD TIMEOUT TRANSFER ABORTED);
    
    1;