hever+2008-11-10 12:54:29-- Code (perl): (dl ) 1 2 3 4 5 6 7 #!/usr/bin/perl $| = 1; print "Hello\n"; my $input = <>; print "You said: $input\n";
1 2 3 4 5 6 7
#!/usr/bin/perl $| = 1; print "Hello\n"; my $input = <>; print "You said: $input\n";
1234
Client$ nc localhost 65000HellotestYou said: test