Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use utf8;
    ...
        close($sock);
        }
    }
    
  2. or download this
    #!/usr/bin/perl
    use utf8;
    ...
        #print STDOUT "The following data received form Server: (\ ".$_[0]
    +." \)\n";
        return $_[0];
    }