Re: Removing block of text in string

2009-01-20 Thread Hridyesh Pant
$string = 'this is my text string type="text/javascript">char(13) + char(10)function popup(theURL) { char(13) + char(10)popup_large(theURL); char(13) + char(10)char(13) + char(10)}char(13) + char(10)function popup_large(theURL) { char(13) + char(10)if (theU

RE: Query : Exectuting flow in parllel dirs

Any inputs? Lemme know if the Q is ambiguous? Thanks. Regards, Vivek From: Vivekananda Mohana (WT01 - PES-Semi-Technology) Sent: Sunday, January 18, 2009 8:36 PM To: beginners@perl.org Subject: RE: Query : Exectuting flow in parllel dirs Hi, Pls help with the

AW: Query : Exectuting flow in parllel dirs

Hi, vivekananda.moh...@wipro.com asked: > Any inputs? Lemme know if the Q is ambiguous? Go read the perlipc manual page ("perldoc perlipc") and come back if you have questions. HTH, Thomas -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...

Re: Removing block of text in string

Thanks that works. --- On Tue, 1/20/09, Hridyesh Pant wrote: > From: Hridyesh Pant > Subject: Re: Removing block of text in string > To: cybercruis...@yahoo.com > Cc: beginners@perl.org > Date: Tuesday, January 20, 2009, 2:12 AM > $string = 'this is my text string type="text/javascript">char

How to identify the killed spawned process

Hi All, I have written a code to automate the scripts which is coded in TCL. However some of the scripts kills the spawned process and so that it stops in the middle. Is there any possibility to find before the spawned process is killed and if it possible we can call some other procedure whic

Perl script to be run at Background and Listen to tty

hi, I want to write a program that will listen to tty and without knowing why i do I typed the following use strict; my $log_name = $ARGV[1]; my $tty_port = $ARGV[0]; print "Log name = = $log_name \n"; #print "Entering the LOOP"; if(-e $tty_port) { #print " Listening to $tty_port\n";

fetchrow_array fails with SQL Server DBD::ODBC connection but ok with Oracle DBDI::Oracle

ERROR: sth->fetchrow_array fails with ODBC (DBD::ODBC) connection to SQL Server but works fine with ORACLE using DBDOracle.  See error below ... DBD::ODBC::st fetchrow_array failed: [Microsoft][ODBC SQL Server Driver]String d ata, right truncation (SQL-01004) at create_data_dump.pl line 267, lin