Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
        my $client = $lst->accept;
        print $client $fname;
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
        close $svr;
        ## Process $fname.
    }