Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -Tw
        use strict;
        BEGIN { $ENV{PATH} = '/usr/ucb:/bin' }
    ...
        print Client "Hello there, $name, it's now ",
                scalar localtime, $EOL;
        }
    
  2. or download this
    #!/usr/bin/perl -w
        use strict;
        use Socket;
    ...
    
        close (SOCK)        || die "close: $!";
        exit;