Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
      or die "Couldn't set STDIN to blocking I/O: $!\n";
    
    print scalar <STDIN>;
    
  2. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
      or die "Couldn't set STDIN to blocking I/O: $!\n";
    
    print scalar <STDIN>;