RE: Connecting to a database using perl

2005-11-08 Thread Manish Uskaikar
Thanks for the help. Regards, Manish U -Original Message- From: Wijaya Edward [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 11:27 AM To: Manish Uskaikar Cc: beginners@perl.org Subject: Re: Connecting to a database using perl Check this out: http://www.perlmonks.org/?node

Connecting to a database using perl

2005-11-08 Thread Manish Uskaikar
Hi, I am a real newbie to databases and perl can anyone of you help me with the packages i need to install and the sequences of functions i need to make to connect to a database and fire queries. Regards, Manish U

langinfo

2005-11-03 Thread Manish Uskaikar
HI, I am currently looking for langinfo packages, Can any one look into the following path on their machines and email me the perl dir ..perl\lib\I18N. Thanking you in advance. Regards, Manish U

RE: Help regarding XML::Parser

2005-07-20 Thread Manish Uskaikar
xml document. Regards, Manish U From: Jeff 'japhy' Pinyan [mailto:[EMAIL PROTECTED] Sent: Thu 7/21/2005 12:16 AM To: Manish Uskaikar Cc: beginners@perl.org Subject: Re: Help regarding XML::Parser On Jul 20, Manish Uskaikar said: > use XML::Pa

Help regarding XML::Parser

2005-07-20 Thread Manish Uskaikar
Hi guys, I am a newbie to xml-perl. i am trying to learn some egs from the documentation. my perl code looks like this tree.pl use XML::Parser; my $p = XML::Parser->new(Style => 'Tree'); my $tree = $p->parsefile('tree.xml'); print $tree; tree.xml Hello there Howdy do when i give the

how to use command line parameters

2005-07-14 Thread Manish Uskaikar
command line: $perl man.pl manish perl script #!/usr/bin/perl; ($inputfile) = @ARGS; Could anyone tell me how to accept the commandline parametes this does not seem to work. Regards, Manish U

Zip using Perl

2003-12-18 Thread Manish Uskaikar
Hi All, I would like to "zip" a file using perl script. I used following command:- system ("zip "); However this command fails when the filename is more than 8 characters. Since DOS does not support more than 8 characters. Is there any way by which I can zip a file, whose name is 9+ character

Re: using perl in a c code

2003-12-02 Thread Manish Uskaikar
I am a student of perl, who is amazed by the power of perl, when it comes to regular expressions. I have learned Omnimark / flex and many other tools, but found that Perl is better than all(This is my personal opinion). Let me assure the group that it is not for any harmful use. I am trying to pars

Command line Syntax

2003-12-01 Thread Manish Uskaikar
Hi, I want to do a simple search replace on a unix command prompt. What i require is a syntax to do is? echo "I am Manish"| output I am Jeff. Please help. Regards Manish U -- The information contained in this message is confidential and proprietary to KnowledgeW

help for creating dos based perl exes.

2003-11-24 Thread Manish Uskaikar
Hi, I want to generated DOS compatible executable of my perl code. Can anybody help me. I am using perl version 5.8.1. I have also experimented using "perlcc -o hello hello.pl" this gives me bad command, and also lists a list of files saying that no library found. Can any one help me on the ab

Unzip using perll

2003-05-31 Thread Manish Uskaikar
Hi, I would like to find out, if there is any command which can do a unzip of a *.zip file; This unzip should be of the form extract to specific folder. Thanking you in anticipation. Regards Manish U

Re: Query: System Errors

2003-03-12 Thread Manish Uskaikar
PROTECTED]> Sent: Wednesday, March 12, 2003 11:03 AM Subject: Re: Query: System Errors > On Wed, 12 Mar 2003, Manish Uskaikar wrote: > > > Hi, > > > > Can anyone help me, regarding the trapping of system errors like segmentation fault? I want the program to exit only af

Query: System Errors

2003-03-11 Thread Manish Uskaikar
Hi, Can anyone help me, regarding the trapping of system errors like segmentation fault? I want the program to exit only after i finish completing my error_log file. Thanks and Regards Manish U.

Query

2002-01-06 Thread Manish Uskaikar
Can anyone tell me if i can use threads in perl; If yes then what all library files i have to include. Also tell me how i include a system library file like "math.h" or "unistd.h" in perl. How can one include "C" libraries in perl program i.e.. *.pl Regards Manish U.