Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
exec_perl_demo_01
node v4.9.1
version:
2.0.0
endpoint
share
tweet
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