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