Help for this page

Select Code to Download


  1. or download this
    $r = $dbh->r_sql(...);
    my @s = $r->[1..3];
    
  2. or download this
    Argument "" isn't numeric in aelem at ...
  3. or download this
    $r = $dbh->r_sql(...);
    my @s = @$r[1..3];