How to install perl Expect module under cygwin

2007-09-23 Thread ppp ppp
Hi All, I have installed cygwin on my Windows XP machine. I want to install perl expect module but i am getting the following .error? Can any one please guide me. [EMAIL PROTECTED] ~ $ perl -MCPAN -e shell cpan shell -- CPAN exploration and modules installation (v1.7602) ReadL

Want to interactively run a shell script

2007-09-04 Thread ppp ppp
Hi All, I want to remove some packages install on remote solaris through script. I am able to run simple command like ls -l ,ls through perl script by using Net::Telnet module. Now I want my script should remove all the packages installed on remote solaris means i want to

Help regular expression

2006-11-09 Thread ppp ppp
Please help me ppp ppp <[EMAIL PROTECTED]> wrote: Hi All ; I am new to this group.I am just started to learn perl.I want to program in perl or C that it input text file(.txt) and it should find every Uppercase letters(Capital letter) in the input file converts every capital letter s

Re: Grep through a log file

2006-11-09 Thread ppp ppp
Please help me ppp ppp <[EMAIL PROTECTED]> wrote: Hi All ; I am new to this group.I am just started to learn perl.I want to program in perl or C that it input text file(.txt) and it should find every Uppercase letters(Capital letter) in the input file converts every capital letter s

Re: Grep through a log file

2006-11-09 Thread ppp ppp
Hi All ; I am new to this group.I am just started to learn perl.I want to program in perl or C that it input text file(.txt) and it should find every Uppercase letters(Capital letter) in the input file converts every capital letter say with one letter d and lower case letters(small letter

Regular Expression

2006-11-02 Thread ppp ppp
Hi All, I want enter a regex through command line and , my program should find the regex from the file that I should suppy through comman dline example C:\> perl myperl.pl regex 1.txt where regex is ths --> the pattern what I want to find in the 1.txt . my progr

Hide the Window

2006-10-18 Thread ppp ppp
HI All , I have created a small program which will open notepad and write something to it .. infinitely . The program will die if somebody closes the window . To cut jokes with my friends I want to write a prgramm so that I can hide the Cmd

Thread problem

2006-10-13 Thread ppp ppp
Hi All , I installed perl 5.8.8 . and now trying to use Thread but it's Giving me error like Undefiend subroutine &thread::new called at C:/Perl/lib/Thread.pm line 291 I am using the follwing code use Thread qw(yield async); async { my $foo = 50;