Help for this page

Select Code to Download


  1. or download this
    use IO::Select;
    use IO::Socket;
    ...
    print "\$rc=<$rc>\n";
    print "\$! <$!>\n";
    print "\$@ <$@>\n";
    
  2. or download this
    tuser> echo "x" |nc localhost 8080
    
  3. or download this
    $rc=<3>;
    $! <Illegal seek>
    $@ <>
    tuser>