TELNET

2009-07-03 Thread Swayam
= $proxySmtpPort, Timeout = 10, Prompt = '/[$%#] $/'); Now to Verify that the connection is no allowed and that you get the reject message Regards Swayam

Copy file recursively

2009-03-05 Thread Swayam
Hi , My directory structure is like ls -R temp temp: 2.1 2.2 cleanup setup temp/2.1: 2.1.1cleanup setup temp/2.1/2.1.1: setup cleanup 2.1.1.01 2.1.1.02 2.1.1.03 2.1.1.04 2.1.1.05 2.1.1.06 2.1.1.07 2.1.1.08 temp/2.1/2.1.1/2.1.1.01: cleanup setuptest

Copy file recursively

2009-03-05 Thread Swayam
Hi , My directory structure is like ls -R temp temp: 2.1 2.2 cleanup setup temp/2.1: 2.1.1cleanup setup temp/2.1/2.1.1: setup cleanup 2.1.1.01 2.1.1.02 2.1.1.03 2.1.1.04 2.1.1.05 2.1.1.06 2.1.1.07 2.1.1.08 temp/2.1/2.1.1/2.1.1.01: cleanup setuptest

Re: Copy file recursively

2009-03-05 Thread Swayam
On Thu, Mar 5, 2009 at 6:06 PM, Swayam swaya...@gmail.com wrote: Hi , My directory structure is like ls -R temp temp: 2.1 2.2 cleanup setup temp/2.1: 2.1.1cleanup setup temp/2.1/2.1.1: setup cleanup 2.1.1.01 2.1.1.02 2.1.1.03 2.1.1.04 2.1.1.05 2.1.1.06

Re: subroutine?

2006-06-13 Thread swayam panda
Hi Ryan, first of all the subroutine defination is Ok but how u will call the subroutine???Through the name right? so sub ([EMAIL PROTECTED], [EMAIL PROTECTED]); is wrong instead u should call the function through it's name like collect([EMAIL PROTECTED], [EMAIL PROTECTED]); or simply

Re: Help Required on the Script

2006-04-06 Thread swayam panda
Hi Mazhar, You have to escape @ sysmbol .Inside double quote perl will interpolate the value of @ and it will think @04 is an array so try #!/usr/bin/perl -w use strict; use warnings; my $string=[EMAIL PROTECTED]; print $string; Correct me if i am wrong Thanks Swayam

WIN32::OLE problem while reading the date format

2006-02-08 Thread swayam panda
file Example EXCEL file TESTERNAME Swayam DATE 9/2/2006 DEVICETYPE SOLARIS HARDWAREVERSION vx34.56 if i am reading the file then i am able to get the values of TESTER_NAME,DEVICE_TYPE,HARDWARE_VERSION but it's not able to take the value of DATE. but if i am using backward

How to Capture Mouse button press

2006-02-07 Thread swayam panda
Hi all, Like winrunner can i be able to record the mouse action and then run it (regression) through perl .Is there any module available in perl? Thnaks in advance Swayam - Original Message - From: Angus [EMAIL PROTECTED] To: beginners@perl.org Sent: Friday, February 03

Re: ^M

2006-01-09 Thread swayam panda
Hi. If u will open the file in VIM u will get the new line character as ^m. Correct me if i am wrong - Original Message - From: [EMAIL PROTECTED] To: beginners@perl.org Sent: Monday, January 09, 2006 3:50 PM Subject: ^M Hallo, I have to process some files with more than

Re: How to run a batch file

2006-01-09 Thread swayam panda
HI, for $i (keys %hash) where is %hash ? or it's %sites Swayam - Original Message - From: The Roopak Times [EMAIL PROTECTED] To: beginners@perl.org Sent: Tuesday, January 10, 2006 12:54 AM Subject: How to run a batch file Hi All how can i run a batch file by a perl

Re: maximum int value

2005-12-27 Thread swayam panda
I don't think so - Original Message - From: Alon Marx [EMAIL PROTECTED] To: beginners@perl.org Sent: Tuesday, December 27, 2005 5:28 PM Subject: maximum int value Is there a constant or a definition for a maximum number in perl? And the same question for a minimum value? Alon -- To

Buffer Overrun Problem

2005-12-25 Thread swayam panda
= $result\n; Thanks in Advance Swayam -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Write to file handle

2005-12-25 Thread swayam panda
the configuration file HD_Queue.conf my $serial = tie( *INFILE, 'Win32::SerialPort', tpj4.cfg ) or die(Couldn't tie! $^E\n); #Infinite loop while (1) { #If there is data in the COM port buffer while (INFILE) { print; } } Thanks in Advance Swayam Prakash Panda -- To unsubscribe, e

win32::Serialport

2005-12-23 Thread swayam panda
= $result\n; Thanks in Advance Swayam -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

DIfference between system and back tick

2005-12-21 Thread swayam panda
Hi All, What is the difference between foreach ( system ls) { if (/1.pl/) { print ;}} Here the output is all the file of the CWD. and foreach ( ` ls`) { if (/1.pl/) { print ;}} Here is output is only 1.pl Please explain this to me Thanks Regards Swayam -- To unsubscribe

Re: want to install

2005-11-28 Thread swayam panda
In order to use perl bindings for glib, you must have glib 2.x and its prerequisites (pkg-config and a decent standard c library) installed. glib-2.x is available from http://www.gtk.org, http://www.gnome.org, etc. Glib uses unicode internally; therefore this module requires perl 5.8.0 or newer.

Re: You've read the Llama, now what?

2005-11-28 Thread swayam panda
Hi There is Saying I See and I Forget I Hear and I Remember I Do and I Understand . Swayam - Original Message - From: Elie De Brauwer [EMAIL PROTECTED] To: Paul Lalli [EMAIL PROTECTED] Cc: beginners@perl.org Sent: Monday, November 28, 2005 5:25 PM Subject: Re: You've read the Llama

Re: want to install

2005-11-27 Thread swayam panda
Hi, Before asking this type of questions try to give us the details.What OS,(Linux,WIN) - Original Message - From: Chris Devers [EMAIL PROTECTED] To: Andreas Schroeder [EMAIL PROTECTED] Cc: beginners@perl.org Sent: Monday, November 28, 2005 6:33 AM Subject: Re: want to

how to read write COM port

2005-11-07 Thread swayam panda
Hi , I have installed Perl 5.8.7 on windows XP. How to read from COM port . when i am writing the program like this open( PORT, COM1 ) or die Can't open COM1: $!; my $in=PORT; print $in I am getting error msg that permission denied at line 3 Thanks in advance Swayam - Original

Module

2005-10-27 Thread swayam panda
-thread) And when other pachakes i am trying to install By using PPM i am getting Err msg like PPD file not found ?? Should i go to the Lib directory and type PPM or from any where like E:\PPM install Mouule::PM Thanks in advance swayam - Original Message - From: Dermot Paikkos [EMAIL