Help for this page
#!/usr/bin/perl use strict; ... my @fields = qw/foo bar baz/; print join ('|', @fields[0,1]) . "\n";