Help for this page

Select Code to Download


  1. or download this
    while( <DATA> ) {
        m[
    ...
            (?= ^ .*? DisplayVersion \s+ \S+ \s+ ( [^\n]+ ) \n )
        ]xsm and say "Name:$1 Version:$2";
    }
    
  2. or download this
    while( <DATA> ) {
        m[
    ...
            (?= ^ .*? DisplayVersion \s+ \S+ \s+ ( [^\n]+ ) \n )
        ]xsm and say "Name:$1 Version:$2";
    }