Help for this page

Select Code to Download


  1. or download this
    # Im not sure if this pipe will open;
    # I'm not on a linux machine right now
    ...
        }
      }
    }
    
  2. or download this
    open (MAN, "/usr/bin/man ssh |");
    while (<MAN>)
    ...
            }
        }
    }