Help for this page

Select Code to Download


  1. or download this
    @array = <IN>;
    # Other stuff with @array ...
    $sth = $dbh->prepare('insert into data_profile (file) values (?)');
    $sth->execute(join '' => @array);