Re: [PATCH O.pm] avoid to clutter output with -l
Rafael Garcia-Suarez [Sun, 22 Jul 2001 14:56:09 +0000 (16:56 +0200)]
Message-ID: <20010722145609.A766@rafael>

p4raw-id: //depot/perl@11438

ext/B/O.pm

index 455a061..d72d31f 100644 (file)
@@ -39,6 +39,7 @@ sub import {
                die $compilesub;
            }
 
+           local ($\,$",$,) = (undef,' ','');
            &$compilesub();
 
            close STDERR if $veryquiet;