Help for this page
#!/usr/bin/perl -w use strict; ... __DATA__ First line. Second Line. Third line. Fourth line.
@lines = ( 'First line.', ... ' Third line.', ' Fourth line.' );