in reply to Print Current Program Source Code
Produces the output:use Acme::Echo 'after', src_fmt=>"Source of just-executed code:\n%s"; use strict; use warnings; print "hello world\n";
hello world Source of just-executed code: use strict; use warnings; print "hello world\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Print Current Program Source Code
by GrandFather (Saint) on Aug 28, 2006 at 01:40 UTC | |
by davidrw (Prior) on Aug 28, 2006 at 03:02 UTC |