Since 4/27/2012 5:55:45 AM, debhatta has written 2 articles and participated in 0 conversations. debhatta signature: debhatta
debhatta's articles:
Items(2) /1
Not able to connect to oracle db using DBI ( Activestate )630 (4/8/2005 1:02:49 PM) comp.lang.perl.misc Hi all, I have a script like : use strict; use DBI; my $con; $con = DBI->connect("dbi:Oracle:hrdrel","hr","hr") or die "It cannot be done"; When I am running it the error is : install_driver(Oracle) failed:... debhatta
query on fork in perl330 (5/25/2004 12:04:20 PM) comp.lang.perl.misc Hi I am trying out a new thing to me ie. use fork(). Now my requirement is like this : I have a file which has quite a few numbers such as : 22,23,34 etc. Now I have a sub-routine say sub create_page, which... debhatta