Ann : Delphi

2005-08-08 Thread atul ashpalia
Hi Friends, If anybody is interested in Delphi Training, check the complete details of the training programs at the beta version of the following website: http://akreatik.tripod.com/homepage.htm Looking forward to your reply, thanks & regards, Atul Ashp

Perl : Hands on Project : Needed : Help Me

2005-07-21 Thread atul ashpalia
Hi All, I am looking out for some web based perl application project to do. can anyone give me some good idea, what kind of web based perl project i can do to get hand-on on perl. thanks in advance, regards, Atul Ashpalia

Can anyone guide me for : Data Structures in Perl

2005-07-17 Thread atul ashpalia
Hi, can anybody help me with a link or a tutorial for understanding the Datastructures in perl. Example, Array of Array, Hash of Array, Hash of Hash, Array of Hash. Along with few scripts to understand their application. thanks in advance, Atul Ashpalia

Help in understanding : Regular Expressions

2005-07-17 Thread atul ashpalia
consider and make it a one link and check the link for example 5. Thanks in Advance, Regards, Atul Ashpalia > Hi, > > Can anyone help me in understanding the Example 5 in > the link below w.r.t (First Match) and (All Matches) > words. > > I want to understand the meani

Regular Expressions : Help in understanding

2005-07-17 Thread atul ashpalia
words. I am a bit confused in understanding regular expressions w.r.t the First Match and All Matches. Thanks in Advance, Regards, Atul Ashpalia __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Web Service Client

2005-03-23 Thread Atul Vohra
Thanks - Original Message - From: "Felix Geerinckx" <[EMAIL PROTECTED]> To: beginners@perl.org Subject: Re: Web Service Client Date: 22 Mar 2005 17:41:59 - > > On 22/03/2005, Atul Vohra wrote: > > [Top-posting fixed] > > > > > Does anyb

Re: Web Service Client

2005-03-22 Thread Atul Vohra
OUCH!!! - Original Message - From: "Chris Devers" <[EMAIL PROTECTED]> To: "Atul Vohra" <[EMAIL PROTECTED]> Subject: Re: Web Service Client Date: Tue, 22 Mar 2005 13:30:59 -0500 (EST) > > On Tue, 22 Mar 2005, Atul Vohra wrote: > > > I was ho

Re: Web Service Client

2005-03-22 Thread Atul Vohra
I was hoping somebody actually handing me code snippets :-) Atul - Original Message - From: "Jay Savage" <[EMAIL PROTECTED]> To: "Atul Vohra" <[EMAIL PROTECTED]>, beginners@perl.org Subject: Re: Web Service Client Date: Tue, 22 Mar 2005 11:41:58 -0500 &

Web Service Client

2005-03-22 Thread Atul Vohra
Hi, Does anybody have a Web Service client in perl (SOAP stuff) to consume a Web Service. I have created Web Services using Remedy (ARS) and now need to write a cleint for the external customer. Any help will be appreciated. Thanks Atul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

How TO CREATE RUNTIME CONTROLS

2004-10-01 Thread atul ashpalia
the second time on the hyperlink, another new textbox will be appended/placed below the 2nd one...and so on... Then on submit button, a new page is called where the data will be displaced which the user enters. kindly help me, thanks in advance,

Re: how to encrypt my perl script

2004-08-14 Thread Atul Vohra
We use perl2exe by indigostar (www.indigostar.com) which converts perl to an executable. Atul - Original Message - From: Chris Devers <[EMAIL PROTECTED]> Date: Sat, 14 Aug 2004 19:45:54 -0400 (EDT) To: Franklin <[EMAIL PROTECTED]> Subject: Re: how to encrypt my perl script

RE: ActiveState ActivePerl 5.8 - system call - RESOLVED

2004-01-06 Thread Atul Vohra
Hi, Found out that the PATH size was smaller when running from the web (IIS) compared to the command prompt. Obviously, the most important path reqd for the C code was at the end. Thanks for everyone's input. Atul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread Atul Vohra
Hi, What did you mean by: > This system() call is most likely not using the shell. validate.exe checks for arguments and prints the usage in the log file. From IIS nothing is written in the log file and this being the first thing validate.exe does . Atul On Tue, 6 Jan 2004 11:19:42 -0

RE: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread Atul Vohra
> 8; $signal_num = $? & 127; $dumped_core = $? & 128; print "$exit_value, $signal_num, $dumped_core\n"; . validate.exe is the C executable, that validates the credentials against a database on some other machine. When called from IIS, system call never makes it to the va

ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread Atul Vohra
? i.e. C code fails. What could be wrong. Is there any IIS setting required, I did add the .pl extension to IIS. Please help Atul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Strange tie Problem

2002-07-17 Thread atul
[EMAIL PROTECTED] (Nikola Janceski) writes: > > > The first element is a filehandle (or reference to one) and once the > filehandle is closed the element is now uninitialized. The filehandle is closed in DESTORY of the package, so could happen till untie is called or the array goes out of sc

Strange tie Problem

2002-07-16 Thread atul
The following snippet is from "Advanced perl programming" by Sriram Srinivasan. A test program is also attached. If I print any other list element, it works fine but for the first element ( $array[1] ), it gives a warning. What's on?? Perl version is 5.6.0 on RH Linux 7. /h

ARSPerl 1.73 - Installation Issues

2002-01-15 Thread Atul Vohra
FUNCTION__" undefined. *** Error exit code 1 Stop. ** OS - HP-UX 11.0 Perl - 5.6.1 ARS - 4.5.1 (selected 4.0 in the Makefile.PL) ARSperl - 1.73 Pleease help. Thanks Atul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Sending Octal Strings in a variable

2001-08-22 Thread Atul Vohra
nstead ex: t->cmd($pf7) i.e. no hardcoding of the key translations. But when I do this the string \033OV is not translated into PF7 instead actual string "\033OV" is passed to the Cisco router. Please help. Thanks Atul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Telnet ..... send control characters in oct or hex?

2001-08-09 Thread Atul Vohra
Hi, I am using Telnet.pm module where I telnet to a router successfully. Now, I would like to send some control characters like "ctrl]". Is there a way to send octal or hex values in perl Thanks Atul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma