Help for this page

Select Code to Download


  1. or download this
    print join ( '|', map ( $_ || '0', trim( @r )) );
    
  2. or download this
    print join ( '|', map ( $_ ? $_ : '0', trim( @r )) );