tests/testthat/examples/knitr-examples/028-engine-perl.md

Run perl scripts

# should exist
Sys.which("perl")
##            perl 
## "/usr/bin/perl"

Does perl work?

$test = "jello world";
$test =~ s/j/h/;
print $test
## hello world


Try the parsermd package in your browser

Any scripts or data that you put into this service are public.

parsermd documentation built on Aug. 21, 2025, 5:27 p.m.