Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: How can I connect to a Linux Machine from a Windows Box

by blackadder (Hermit)
on Apr 05, 2007 at 12:12 UTC ( [id://608462]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! c:/perl/bin/perl.exe
    use strict;
    ...
    
  2. or download this
    #! c:/perl/bin/perl.exe
    use strict;
    ...
    my $Sock = IO::Socket::INET->new('149.149.149.149',80) or die "Cannot 
    +connect $@\n";
    
    $Sock->read(my $data, 1024) until $Sock->atmark;
    
  3. or download this
    C:\Scripts>ESX_conn.pl
    Cannot connect IO::Socket::INET: Cannot determine remote port
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://608462]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-25 18:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found