in reply to Format with Args at End of Script
If that doesn't work, then I recall wrong. {grin}sub printit { my( $prefix_text, $left_text, $right_text ) = @_; $~ = "GRID"; write; format GRID = -------------------------------------------------------- @>>>: @<<<<<<<<<<<<<<<<<<< | @<<<<<<<<<<<<<<<<<<< $prefix_text, $left_text, $right_text -------------------------------------------------------- . }
-- Randal L. Schwartz, Perl hacker
|
|---|