Help for this page

Select Code to Download


  1. or download this
    sub soundplay {
      my($file) = shift;
    ...
      }
      return 1;
    }
    
  2. or download this
    sub print_whois_chans_or_oper {
      my(@line) = split(" ",$_[0]);
    ...
      }
      return 1;
    }