Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        chomp $resp;
        return $resp;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
            print $writehandle $answer . "\n";
        }
    }
    
  3. or download this
    rasto@frodo:~/work$ ./client.pl 
    IN: GLOB(0x880fe78)     OUT: GLOB(0x880fe88)     ERR: GLOB(0x880fe28)
    ...
    write handle is GLOB(0x880fe78)
    writing galahad
    rasto@frodo:~/work$