Help for this page

Select Code to Download


  1. or download this
    how can edit this script to read $server from file
    An example is inside the file :-
    ...
    ==================
    line 8   my $server = $ARGV[0];
    
  2. or download this
    #!/usr/bin/perl
    use IO::Socket;
    ...