Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    my $i = 0;
    print "${ \++$i }: $1|$2" while $buf =~ m[$re_stream]g;