Hello, 
  I am looking for ways to move data 
  between array and hashes.

  Does anybody has a better way or idea to do some of this:
  
  Example 1:
  @indatas = $datas [0 .. 4];
  Example 2:
  $nkey = $dataln[3] . $dataln[4];
  Example 3:
  $base{$bv[0]} = [ $bv[1], $bv[2], $bv[3], $bv[4] ];

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to