New to loading PERL modules and can't figure this one out. Running Solaris
9 with current patches, PERL is v5.6.1 built for sun4-solaris-64int. Most
modules I try to install bomb out with the same errors as the following
ERROR TEXT. Using gmake and have installed gcc as well (both are in my
PATH
On Jul 24, 2004, at 11:38 AM, <[EMAIL PROTECTED]> wrote:
I am trying to write a search and replace script that can accept
multiple
arguments, but i want the first argument to be the filename to read,
the
next one to be the string to search for, the next one to be the
replacement
string, and the
On Sat, 2004-07-24 at 19:14, NandKishore.Sagi wrote:
> $data_source = "dbi:DriverName:database_name" ;
>
> Can't locate DBD/DriverName.pm in
Change "DriveName" to the name of the driver you want to use (e.g.
mysql)
Change "database_name" to the name of the database you want to use.
--
David
Hi All ,
I need some help with DBI. This is the first time I am working
with DBI module and am pretty new to perl too. I am trying to connect to
a database to execute some queries. I had written a code which is shown
below (It is actually a partial code for just connecting to database). I
I am trying to write a search and replace script that can accept multiple
arguments, but i want the first argument to be the filename to read, the
next one to be the string to search for, the next one to be the replacement
string, and the last one to be the name of the new file it creates with the
On Sat, Jul 24, 2004 at 08:57:56AM -0400, Dalton Marris wrote:
> I am trying to understand the use of "sub" in the second "foreach
> $daynum" loop in the code shown below. I know it's an anonymous sub,
> but can't figure out why it's needed, if it indeed is. I have read the
> perlref and perl
I am trying to understand the use of "sub" in the second "foreach
$daynum" loop in the code shown below. I know it's an anonymous sub,
but can't figure out why it's needed, if it indeed is. I have read the
perlref and perlsub documents, and googled for information, to no avail.
Some things I
David Storrs wrote:
On Fri, Jul 23, 2004 at 12:13:48PM +0200, Paul Johnson wrote:
On Fri, Jul 23, 2004 at 03:12:22PM +0530, Jaffer Shaik wrote:
I have the below strig
$str = "abckdweqadidkisdikda";
In the above string, I want to count the occurrences of character 'a',
i.e I should get count of
On Fri, Jul 23, 2004 at 12:13:48PM +0200, Paul Johnson wrote:
> On Fri, Jul 23, 2004 at 03:12:22PM +0530, Jaffer Shaik wrote:
>
> > I have the below strig
> >
> > $str = "abckdweqadidkisdikda";
> >
> > In the above string, I want to count the occurrences of character 'a',
> > i.e I should g