First  |  Prev |  Next  |  Last
Pages: 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
perl problem
hi, I have around 400 proteins and I have to retrieve all protein pages using Perl script or .....I m new in Programmig ...Can anyone help me how to solve it.... ... 1 Feb 2008 00:45
FAQ 1.3 Which version of Perl should I use?
This is an excerpt from the latest version perlfaq1.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 1 Feb 2008 00:45
Getting application ReadLine and Perl debugger ReadLine to cooperate
I have an example Perl script that uses Term::ReadLine::Gnu to provide ReadLine support with command history: #!/usr/local/bin/perl use Term::ReadLine; use Term::ReadLine::Gnu; my $term = new Term::ReadLine "test"; while () { $_ = $term->readline ("Command:"); last if !$_; print "Read command: ... 1 Feb 2008 00:45
Can't get PAR packager to run pp
Hi: To create executables, in the past, I've simply used the ppm to install PAR. This placed pp.bat in the \Perl\site\bin directory. Easy. Now, the same steps don't work. I've used both the ppm gui and the command line. Everything seems to install just fine, but no pp is anywhere on my system. Can someone... 1 Feb 2008 00:45
FAQ 1.2 Who supports Perl? Who develops it? Why is it free?
This is an excerpt from the latest version perlfaq1.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 1 Feb 2008 00:45
fork and hanging
I have been searching for the problem on the net but unable to get a good answer so I'd like to post it here for help. I have attempted to simultaneously ssh to a number of boxes (with openssh 3.5p1 - 3.9p1) via forking subprocesses. However, there always seem to be a few ssh sessions got stuck and thus, my contr... 1 Feb 2008 00:45
Can't call NEXT::f from B::g
$ perl test.pl Can't call NEXT::f from B::g at /home/porton/t/test2.pl line 10 Why the error? #!/usr/bin/perl -w use NEXT; package A; sub f { print "123\n" } package B; use base 'A'; sub g { shift->NEXT::f } B->g; ... 1 Feb 2008 00:45
FAQ 1.1 What is Perl?
This is an excerpt from the latest version perlfaq1.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 1 Feb 2008 00:45
C's gotoxy() equivalent in Perl
Hi, I am trying to print something on my screen at specific location. Do we have anything equivalent to gotoxy() , as we have in C language, in Perl? I tried using Term::Cap but not getting any success. Getting an error message : "TERM not set at...". I am trying to run my perl script on Windows envt. Perl ve... 1 Feb 2008 00:45
FAQ 9.18 How do I decode a MIME/BASE64 string?
This is an excerpt from the latest version perlfaq9.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 1 Feb 2008 00:45
First  |  Prev |  Next  |  Last
Pages: 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196