|
First
|
Prev |
Next
|
Last
Pages: 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536
WWW:Mechanize single quotes around URL causes problem I used this code to post a form: $agent->form(1); $agent->field("Email", xxxxxxxxxxxt'); $agent->field("Passwd", 'xxxxxxxx'); $agent->untick("PersistentCookie", "yes"); $agent->click(); Here is the page that was returned: <html> <head> <title> Redirecting </title> <meta content="0; url='http://video.googl... 13 Jan 2007 11:02
System Return Value? Hi: I've been reading perldoc -f system and have been trying: system ("verix -i ${design}.ctl") == 0 or die "ERROR: verix -i ${design}.ctl Failed!, Please check verix.log\n"; To get the return value. I see the program doing: **> exit 1 However it doesn't execute the die command. I've also tried this ... 11 Jan 2007 13:33
What's happening with the last child process here???? Hi, everyone can you tell me please what's happening here? This piece of code is supposed to launch 3 children processes and to keep track of each one when they finish. THE PROBLEM: SOMETIMES (50% OF THE TIME) THE LAST PROCESS NEVER RETURNS THE USR1 MESSAGE TO THE PARENT. For example: ../fork3 Started Wed... 10 Jan 2007 17:37
Math::GMP make test fails. I am trying to compile the Math::GMP module locally (not as root). I have successfully built gmp-4.2.1, but am having trouble getting the Perl wrapper to work. I am doing the following: perl Makefile.PL PREFIX=/home/kstahl/PERL/Math-GMP-2.04 Here, I receive the following messages: Note (probably harm... 5 Jan 2007 13:58
Net::SSH::Perl question Hi, I have a requirement where i need to login to a remote server and then su to another user for executing commands. The problem that i am facing is that i am not able to find how to pass the password for the su command after i login into the remote system. My code looks like this? #!/usr/bin/perl use... 5 Jan 2007 00:08
Cannot print images with Win32::Printer Hi all, I'm trying to use the Win32::Printer module to make my Perl program capable of printing images (inline bitmaps and/or .bmp files). I've got my code to the point of displaying the standard Windows "Print" dialog box, but as soon as I click OK to print the image, I get the following error: "FreeImage is... 28 Dec 2006 12:08
Use of Java script to validate form fields in Perl Hi All, I am trying to use Java script to validate the form fields. The code is written in Perl and it is having a .pm extension for this form also there is a index.pl file which is containing the "Save" button and the form is posting the data to index.pl file and then it again comes to the methods written in th... 27 Dec 2006 16:33
DHCP server Folks, I am trying to make http://unixgu.ru/tmp/ctf-dhcpd/test.pl work, as I need a DHCP server that can pull the leases from LDAP. The ldap patches to the ISC DHCP server also do not work for me, but the schema seems way too complicated in that case also. I have the LDAP lookups working, and sendA... 25 Dec 2006 19:23
using Perl to find string.. Hi there: I would like to use Perl to search a file containing data like the following. aaa01234 99.99 99.99 99.99 bb0567 99.99 99.99 99.99 ccccc89101 99.99 99.99 99.99 How can I let perl to match the first column if I type "bb567" without the zero between "bb" and "567"? Thanks Sean ... 5 Jan 2007 10:47
pod6 (for perl6)? [or, simple extension of pods] dear perl experts: I know I am asking too many questions. I promise to slow down. I am thinking about *very mildly* extending pod, but with perl6 around the corner, it would make sense to see what is planned first. I could not find anything on the web. Basically, I would want to write a trivial preprocess... 17 Dec 2006 11:34 |