in reply to Re: Testing for one of three conditions
in thread Testing for one of three conditions
my @links = ( $firstlink, map { pagelink($_) } (@pages), $lastlink ); shift @links if $. == 1; pop @links if $. == $total_number_of_lines; print join('|', @links);
--
[ e d @ h a l l e y . c c ]
|
|---|