【发布时间】:2013-11-25 14:06:29
【问题描述】:
用例:
$ cat test.rc
my $a = 'foo';
$ re.pl --rcfile test.rc
$ $a
$
预期输出:foo。我做错了什么?
【问题讨论】: