HomeSort by: relevance | last modified time | path
    Searched defs:perl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/isctest/
run.py 137 def perl(script: str, args: list[str] | None = None) -> None: function
138 """Run a given script with system's perl interpreter."""
139 _run_script(os.environ["PERL"], script, args)
instance.py 26 from .run import CmdResult, EnvCmd, perl namespace
182 perl(
190 perl(

Completed in 47 milliseconds