考虑的perl在ORG-巴贝尔下面的代码段,其使用<STDIN>
** Ans 2
#+begin_src perl :results output
use Math::Trig;
$rad = <STDIN>;
$circumference = 2*pi*$rad;
print "Circumference of circle is $circumference";
#+end_src
是否有可能管道输入从另一个模块该模块?
你说:
#+begin_src text :name test-input
12.5
#+end_src