- or download this
use strict;
use warnings;
...
__DATA__
32 wilma 16
- or download this
package MyTest;
...
__DATA__
TEST 1 2 3
- or download this
14:19 >perl 646_SoPW.pl
MAIN: >32 wilma 16<
MAIN: >TEST 1 2 3<
16:04 >
- or download this
sub run
{
...
seek DATA, $datapos, 0;
}