Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    
    ...
    $foo = create_context( $user, $passwd );
    
    print "status = $foo\n";
    
  2. or download this
    int main() {
        int stat;
    ...
    
        return 0;
    }