Hi Paul
I don't think so.In my mail I was so much rude , but if you still feel so
then I want to apologize.
regards
Mayank
Paul Lalli <[EMAIL PROTECTED]>
07/10/2007 11:14 PM
To
beginners@perl.org
cc
Subject
Re: regd . Line number printing...
On Jul 10, 8:24
);
But its neither printing line number nor giving any error.
regards
Mayank
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemi
Hi all,
Can some one suggest me a good book on perl (basics and advanced)
Thanks & Regards,
Mayank Garg
Thanks Jeff,
It helped
-Original Message-
From: Jeff Pang [mailto:[EMAIL PROTECTED]
Sent: Friday, June 15, 2007 10:46 AM
To: Subject: Re: is require a keyword ?
Garg, Mayank IN BOM SISL 写道:
>
>
> Hi Guys,
>
> I was going thru a script which ha
Hi Guys,
I was going thru a script which had the the lines:
require Exporter;
require DynaLoader;
what does these lines mean
Regards,
Mayank
Hi Perlers...
I need to extract line between two words
like
@line = "The Sun rises in
the east and ";
Now I want to extract the line from The word to east
For tht I am using the following code:
#!/usr/bin/perl
use warnings;
use strict;
my @line = "The Sun r
Hi Could you please let me know how to change the working directory without going under through setting the path variable process.I am using the following code.use warnings;use strict;use Cwd;chdir ('/user/bin') or die can not change the directory.if there is only one way then let me know how do we
n everything if still some confusion just let
me know...all the suggestions r most welcome.
Mayank Ahuja
Team Member
Tata Consultancy Services Limited
Ph:- 044-5816
Cell:- 9283199460
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
Notice: The information con
thing is I want to check only
alphabets(except those which I just mentioned) or hypen(-) can be pass
through this test.
I think I made everything clearIf somebody can
help me in this matterthen he is most
welcome....
with regards
n
war
nning From Within A
Perl Program"
with thankX
n
warm regards
Mayank Ahuja
Team Member
Tata Consultancy Services Limited
Ph:- 044-5816
Cell:- 9283199460
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
Chris Devers <[EMAIL PROTECTED]>
10/05/2005 12:21 AM
Please
.which we
use in DBI etc.
thankX
n
With warm regards
Mayank Ahuja
Team Member
Tata Consultancy Services Limited
Ph:- 044-5816
Cell:- 9283199460
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
Notice: The information contained in this e-mail message and/or
t test2.pl line 3
Do we have to set some environment variable.for perl in db2.
Actually the above program works fine when I login as databse
administartor on my unix machine if I login as somebody else then It
doesn't work..
and give the above listed error.
Mayank Ah
Hi
Perlers...
Could u plz help me how to check in unis machine whether a particular perl
module is installed on unix machine or not
Mayank Ahuja
Team Member
Tata Consultancy Services Limited
Ph:- 044-5816
Cell:- 9283199460
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
programming in Perl so need
help..
Or I have to install the apache also on my machine?
Plz suggest me..
Mayank Ahuja
Team Member
Tata Consultancy Services Limited
Ph:- 044-5816
Cell:- 9283199460
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
Notice: The information
Mayank Ahuja
Assistant System Engineer
Tata Consultancy Services Limited
Ph:- 044-5816
Cell:- 9283199460
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
When every thing seems to be coming to ur way u r probably in the wrong
lane.
Notice: The information contained in this e-mail
'---'~^ '123PS01D'~^
here delimiter is ~^
'---'~^'123PS01D'~^
Do u see the difference in the two lines
In the first one there is space is present i want to remove that one
The second is ok..
I think it will clear u in the better way..
the
array it gives a error problem I want to skip through that one but side by
side
I need string(10) to be at 4th location (if u count from 0) or at 5th
location (if u count from 1) when I store the result via push command in
some array.
Mayank Ahuja
Assistant System Engineer
Tata
t "$plus\n";
}
Mayank Ahuja
Assistant System Engineer
Tata Consultancy Services Limited
Ph:- 044-5816
Cell:- 9283199460
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
Notice: The information contained in this e-mail message and/or attachments to
it may contain confid
Hi Perlers
I have a file like this in which data is
abc,def,xyz,mno,
means the delimter is comma here
but in the string if it comes abc, def, xyz, mno
then plz tell me how to remove this white space.
Mayank Ahuja
Assistant System Engineer
Tata Consultancy Services Limited
Ph:- 044
Hi all
Could any body tell me how to get
mayank
from
'mayank'
sp. by map or grep command
(means I just want to remove the single quotes. tht's it)
thankx
n
with regards
Mayank Ahuja
Assistant System Engineer
Tata Consultancy Services Limited
Ph:- 04
Hi all,
Please help me out with my beginners question:
Is there a way I can code an equivalent of `ls -ltr | tail -5` [on UNIX]
in perl ?
Regards
Mayank
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
can come to know of the value of the
variable set in B?
I don't know anything about IPC...can it work in this scenario?
Thanks in advance
--
Regards
Mayank
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
runs fine with perl 4.0 on solaris.
Can somebody please share his perl 4.0 binary (which i know will be very
rare) or point us to some sites where we can find more information.
Thanks in advance
Regards
Mayank
--
Regards
Mayank
"The difference between ordinary and extraordinary is
36 aupoza528 (v1.1), start Thu 23/5
13:54\nseniorb172.24.142.136 aupoza528 (v1.1), start Thu 23/5 13:54
";
U can use:
my @lines = split (/\n/, $str_line);
foreach $var (@lines)
{
my ($user) = split (/\s+/,$var);
print "User is :$user\n";
}
Cheers
Mayank
[EM
ine finishes.
For example,
&firstFunction;
$widget->waitVariable(\$var);
&secondFunction;
During the last stage of it's execution firstFunction defines $var and
hence the processing proceeds from that point ownwards
U can also read about:
waitVisibility
waitWindow
Cheers
Mayank
ray1};
Please help!!!
Regards
Mayank
"The difference between ordinary and extraordinary is that little extra"
-Anon
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
. "First" and
if i press the Optionmenu should display the last option in
the Optionmenu i.e."Fourth".
But how can i achieve the same.?
Any comments? Any ideas are most welcome.
Thanks in advance..
--
Regards
Mayank
"The d
27;osname'}.
I thought perl2exe won't be able to use $^O because the copy of the Perl
won't be available during run time
But it workedi don't know how
Any ideas???
Thanks Timothy.
Timothy Johnson wrote:
>
> Are you SURE you can't use $^O?
>
> -O
which gives the hostname of the
machine on all platforms
Is there an equivalent module for determining the operating system
(somthing which uses uname on Unix and something else for Windows)
Thanks in advance
--
Regards
Mayank
"The difference between ordinary and extraordinary is that li
So, i use the following code snippet.
# In MKS perl on NT this is necessary due to a bug in basename()
# It doesn't understand Windows_NT and must be told MSWin32
# or pathnames don't work.
use File::Basename;
if ($^O eq "Windows_NT") {
fileparse_set_fstype("MSWin32
using PERL.
Summary: Is there a PERL equivalent of rsh or remsh or rlogin on UNIX?
All inputs are highly invited
--
Regards
Mayank
"The difference between ordinary and extraordinary is that little extra"
-An
y book i have read on Perl/Tk, so i'm not sure if this is
the best)
The book is quite similar to the perldoc but has an excellent chapter
explaining geometry managers and also has been arranged in a nice way.
Cheers
Mayank
Timothy Johnson wrote:
>
>
> This request brings up a
.
There is more to it..
For more details, u can refer to perldoc Tk::Canvas
I hope this helps
Regards
Mayank
James Taylor wrote:
>
> I'm trying to develop a user interface for a program I've written - What
> I need the program to do is print out the results of the
?
Conditions?
Can somebody please give me a basic idea and send me link to details?
Thanks.
--
Regards
Mayank
"The difference between ordinary and extraordinary is that little extra"
-Anon
--
To unsubscribe, e-ma
Hi Group
Can somebody help me in locating Tk::grid module? i couldn't find the
same on CPAN search site.
Thanks in advance.
--
Regards
Mayank
"The difference between ordinary and extraordinary is that little extra"
Hi Group
Which module should i use to do tasks like:
Determining the number of elements in a directory.
Making a new directory.
Deleting a directory.
Thanks in advance
--
Regards
Mayank
"The difference between ordinary and extraordinary is that little
he same GUI and my application creates the same after warning the user.
(Or like windows, the new folder/directory can be created by pressing a
button)
I strongly feel there must be an existing module for it. Can somebody
please help me?
--
Regards
Mayank
"The difference between ordinary
executable
out of perl(/tk) code?
Thanks in advance.
--
Regards
Mayank
"The difference between ordinary and extraordinary is that little extra"
-Anon
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
Hi all
Is there a module/or some function to do calculations on date e.g. if
today is 1st March, and i want the date for previous day (i.e. 28th or
29th Feb)
Thanks in advance
Regards
Mayank
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi all
Is there a module/or some function to do calculations on date e.g. if
today is 1st March, and i want the date for previous day (i.e. 28th or
29th Feb)
Thanks in advance
Regards
Mayank
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ll
scripting in place of C's syntax. After all it's more intutuive.
Thanks once again
Regards
Mayank
"Hanson, Robert" wrote:
>
> The sort function takes an optional subroutine which is where you can add
> you logic for the sort. The subroutine is passed two items from
Hi all
i'm a newbie.so this might appear to be an easy one!
How can i have an equivalent of following UNIX command in PERL?
sort -t "|" -k 11,11 $file1 > $file2
Which means sort file "$file1" on the basis of 11th field with "|" as
the delimiter
Tha
42 matches
Mail list logo