Help for this page
#!/usr/bin/perl use warnings; ... $chan->send_eof; exit;
#!/usr/bin/perl $|= 1; ... print time, "\n"; sleep 1; }