Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        $rx_ended = 0;
        $data = '';
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    
        $s->puts($_);
    }
    
  3. or download this
    $ perl examples/rx.pl
    hello
    world