Juman::Fork
XXXXXXXXXXXXXXXXXXX
- Provided by: libjuman-perl (Version: 7.0-3.4)
- Source: juman
- Report a bug
XXXXXXXXXXXXXXXXXXX
use Juman::Fork;
$p = new Juman::Fork( "sort" );
$p->print( "abc\n", "def\n", "ace\n" );
$p->close;
while( $_ = $p->getline ){
print;
}
"Juman::Fork" XXXXXXXXXXXX fork XXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXX
Example:
$p = new Juman::Fork( "cat" "-n" );
Perl-5.8 XXXXXXXXXXXXXXXXXX "encoding" XXXXXX XXXXXXXXXXXXXXXX
TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
Hey! The above document had some coding errors, which are explained below: