Help for this page

Select Code to Download


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