Help for this page

Select Code to Download


  1. or download this
    perl makefile.pl
    nmake install
    nmake
    nmake test
    
  2. or download this
      my $sid = $stream->OpenFile("t/test.xml");
        my %status;
        while( %status = $stream->Process())
        ...
    
  3. or download this
        my $buff = "";
        while($self->{SIDS}->{newconnection}->{status} == 0)
    ...
            $self->debug(5,"OpenFile: can_read(",join(",",$self->{SIDS}->{
    +newconnection}->{select}->can_read(0)),")");
            if ($self->{SIDS}->{newconnection}->{select}->can_read(0))
            ...
    
  4. or download this
    C:\Temp\XML-Stream-1.22\t>perl -e "use IO::Select; open(H, qq|c:\\temp
    +\\foo.cpp|) or die $!; my $n = new IO::Select(H); print $n->can_read(
    +0); close(H);"