Oleg Nurtdinov

Results 3 issues of Oleg Nurtdinov

no sub "tst" in code tree: ``` perl print $ENV{m}; sub tst() { } ```

Regular expressions with paired delimiters can contain balanced pairs of that delimiters. In this code: ``` perl package test; sub test1 { m{ \d{2}\s\d }x; } sub test2 { #...

in this code only "One" in the source tree ``` javascript One = function() { this.foo = new bar( /[/*]/ ); }; Two = function() {}; ``` and "Two" is...