Client-Server Programming In PERL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 14anand
    New Member
    • Mar 2007
    • 6

    Client-Server Programming In PERL

    Hi all

    I am able to establish a connection between a server and a client.I am trying to transfer a file from the server to client and vice-versa.

    I am not able to transfer the file by using getc(getting single character) function and checking for end of file(eof).

    Can anyone help me with the code to transfer the file from server to client and viceversa...
  • 14anand
    New Member
    • Mar 2007
    • 6

    #2
    Scoket programming in PERL

    Hi all

    I am able to establish a connection between a server and a client.I am trying to transfer a file from the server to client and vice-versa.

    I am not able to transfer the file by using getc(getting single character) function and checking for end of file(eof).The file is not getting checked for EOF function.

    Can anyone help me with the code to transfer the file from server to client and viceversa...

    Comment

    Working...