package DataTest;

use Module::Compile;

sub foo {
    return shift() + shift();
}

1;

__DATA__

one
two

three



syntax highlighted by Code2HTML, v. 0.9.1