Help for this page

Select Code to Download


  1. or download this
        $combine = join('',@ret);
    
  2. or download this
        $combine = pack("a*" x ($#ret + 1), @ret);
    
  3. or download this
    foreach my $item (@ret)
      {
    ...
        print "Pack     ...".substr($`,-5)." ||".$1.
                       "|| ".substr($',0,5)."\n";
      }