exec_perl_demo_01

node v4.9.1
version: 2.0.0
endpointsharetweet
var e_pl = require( "exec_perl").e_pl ; $abc = "yes"; e_pl ( '$abc', ` $abc =~ s/yes/YES/g; (($abc)); ` ); console.log ( $abc ); // YES true;
Loading…

no comments

    sign in to comment