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
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
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
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
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
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
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
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;