Help for this page

Select Code to Download


  1. or download this
    ./hibye.pl
    0.60
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    sub languages {
      return ("Perl", "C", "sh");
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
            ->proxy('http://localhost/cgi-bin/soap/hibye.cgi')
            ->bye()
            ->result;