Help for this page

Select Code to Download


  1. or download this
    { package Fake;
        sub present {
    ...
        sub quit {return "Protocol mismatch."}
    }
    
  2. or download this
     
    bind($port, 'Ssh');
    
    ...
    ......
    
    }