Help for this page

Select Code to Download


  1. or download this
    use Acme::Echo 'after', src_fmt=>"Source of just-executed code:\n%s";
    use strict;
    use warnings;
    print "hello world\n";
    
  2. or download this
    hello world
    Source of just-executed code:
    use strict;
    use warnings;
    print "hello world\n";