make output redirect not working - pl help

2005-07-06 Thread MEENA SELVAM
Hi, In Fedora Linux, when i give $make > makeoutput 2>&1 i get the error "Ambiguous redirect .." anyone knows why the error appears? to me the above command looks right, asking make output including errors to the file named makeoutput meena __ Do

Re: my telnet cmd output problem solved

2005-06-27 Thread MEENA SELVAM
i had to give a second command quit to get the output meena --- MEENA SELVAM <[EMAIL PROTECTED]> wrote: > > according to dump_log when remote cmd is executed, > the remote side sends the output, but printing > output > shows only []. where can i suspect? > meena &g

why is the $output returned by NET::Telnet->cmd is empty [ ], dump_log is Ok

2005-06-27 Thread MEENA SELVAM
according to dump_log when remote cmd is executed, the remote side sends the output, but printing output shows only []. where can i suspect? meena --- MEENA SELVAM <[EMAIL PROTECTED]> wrote: > hi, > > i am not getting the output of the remote command > execution, in the $

Re: is this an array context or scalar context?, while using Net::Telnet

2005-06-27 Thread MEENA SELVAM
hi, i am not getting the output of the remote command execution, in the $output, though the dump_log shows that cmd is executed successfully, the following code involves scalar context or array context? my output ie temp array is printed as three blanklines followed by [] i want to kno

Re: can anyone help resolve compilation error related to use constant

2005-06-27 Thread MEENA SELVAM
see anything wrong in the syntax or reason for this compilation error --- Wiggins d'Anconia <[EMAIL PROTECTED]> wrote: > MEENA SELVAM wrote: > > My perl program snas.pl uses SF:Logger.pm which is > > available in /usr/local/sf/lib/perl/5.8.3/SF. I > have > > added

how to add additional paths in $INC( can't locate SF:Logger.pm in $INC)

2005-06-22 Thread MEENA SELVAM
My perl program snas.pl uses SF:Logger.pm which is available in /usr/local/sf/lib/perl/5.8.3/SF. I have added this directory in the path (.cshrc and .tshrc). I am running as root, and I get the cant locate SF::Logger.pm error in $INC. $INC contains usr/lib/perl5/5.6.1/i386_linux and some more usr/

cant locate SF:Logger.pm in @INC: how to add additional paths in @INCHi,

2005-06-22 Thread MEENA SELVAM
__ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

anyone knows how to get rid of this error while building CPAN module XML:Smart

2005-06-22 Thread MEENA SELVAM
Hi, I downloaded, the CPAN module XML:Smart, and used perl Makefile.PL make make test in order to build the module (as specified in man perlmodinstall)and install it in my perl repository. I am getting the following error: ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 1

where to get perldoc Net::Telnet? missing in the perldoc from perldoc.perl.org

2005-06-20 Thread MEENA SELVAM
Hi, I do not have the Net::Telnet in the perldoc i downloaded from perldoc.perl.org. even http://perldoccom/cspan/Net/Telnet.Html page is not working meena __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://ma

Re: pattern matching question - please help

2005-06-19 Thread MEENA SELVAM
/ itself. anyway I will look into the tutorial, you have mentioned in your email, before asking basic questions like this. if you know, any additional good book/tutorial let me know. thanks once again, meena, --- Chris Devers <[EMAIL PROTECTED]> wrote: > On Sun, 19 Jun 2005, MEENA SEL

Re: pattern matching question - please help

2005-06-19 Thread MEENA SELVAM
Hi , in $prog =~ s/^.*\///; is it trying to substitute all characters until the last / within $prog? meena --- MEENA SELVAM <[EMAIL PROTECTED]> wrote: > Hi, > > can anyone please explain? > > In the following code snippet, what is the meaning > of > the pattern m

pattern matching question - please help

2005-06-19 Thread MEENA SELVAM
Hi, can anyone please explain? In the following code snippet, what is the meaning of the pattern match s/^.*\/// $prog = $0; $prog =~ s/^.*\/// i did not get details when i searched in google thanks, meena Yahoo! Sports R