How about we mandate a standard template for a PM submissions(1). This has the advantage that it automatically captures the output for you:
#! perl -sw use strict; use Inline::Files; select OUTPUT; print while <INPUT1>; print while <INPUT2>; __DATA__ __INPUT1__ 1 2 3 4 5 __INPUT2__ A B C D E __OUTPUT__ 1 2 3 4 5 A B C D E
<smaller>(1)JK! </smaller>
In reply to Re: Standard way for displaying a script's output.
by BrowserUk
in thread Standard way for displaying a script's output.
by tobyink
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |