Help for this page

Select Code to Download


  1. or download this
    > doorway $user@$host.$display 'MSG Hello user.'
    
  2. or download this
    my $command  = "doorway";
    my $location = "$user\@$host.$display";
    my $arg      = "'MSG Hello user'";
    my $ret      = system($command, $location, $arg,);