| Thread | Last Post | Replies |
|
| regexp | 31 Jan 2007 22:11 GMT | 3 |
In this regexp my $regexp = qr/(\d+\x3a1108 |\w+\x3a1108{1,} ) /; vs.
|
| url encode | 31 Jan 2007 18:49 GMT | 1 |
i'm trying to get this url but i get an error: http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&u=%2Fnetahtml% 2FPTO%2Fsearch-adv.htm&r=1&p=1&f=G&l=50&d=PTXT&S1=%22clear+dead%22&OS=%22clear+d ead%22&RS=%22clear+dead%22 my $response = $ua->get($url); how should i ...
|
| execution of script in one shell | 31 Jan 2007 11:19 GMT | 1 |
I am executing one perl script which has one clearcase command "cleartool setview". after running this command it starts a new shell and my script stop executing further. Is there any way so that i can run script including this cleartool
|
| I don't know where to start with this one. | 30 Jan 2007 23:45 GMT | 6 |
I need some advice as to how to approach this problem. I've got a mail alias file, space delimited and sorted on the second column like: a_james@nowhere.com ajames@mail.nowhere.com
|
| confusion with splitting columns using [-n, -n] (e.g; my ( $country, $bytes ) = ( split )[ -2, -1 ]) | 30 Jan 2007 23:19 GMT | 3 |
I have a file that look like this: 1668 | 172.194.177.182 | US 12679172 10396 | 64.237.148.157 | PR 12679172 9318 | 211.187.212.242 | KR 1279172
|
| Free to wrong pool.. | 30 Jan 2007 13:44 GMT | 3 |
Hello beginners, Free to wrong pool 2245a0 not aa8fea8 at D:/Perl/lib/XSLoader.pm line -1. I guess it's because of use threads; I thought that copy-pasting the "use" statements here would help
|
| libgdbm | 29 Jan 2007 19:27 GMT | 3 |
I'm trying to install Apache2::ServerUtil from CPAN. During make, I get the following complaint: ************* WARNING ************* Your Perl is configured to link against libgdbm,
|
| Write to an existing excel file | 28 Jan 2007 11:59 GMT | 2 |
Hello lists, I want to write to an existing excel file. From the document of "Spreadsheet::WriteExcel" module: This module cannot be used to write to an existing Excel file.
|
| parsing XML | 27 Jan 2007 18:05 GMT | 3 |
I have obtain results of a query in XML format: <?xml version="1.0"?> <!DOCTYPE eSummaryResult PUBLIC "-//NLM//DTD eSummaryResult, 29 October 2004//EN"
|
| Use of uninitialized value in string eq | 27 Jan 2007 09:17 GMT | 5 |
Hello list! I apologize in advance for not posting a complete sample script that shows my problem, but I can't isolate it outside of my (rather large) perl application.
|
| Perl Soap::Lite Help | 26 Jan 2007 17:36 GMT | 1 |
I am using soap from a client to talk to a server. However on the server side the java requires a type vector. Does anyone know how to use perl soap to create a data type vector? I have so far been unsuccessful finding any information on the web to do this.
|
| Trying to re-arrange output of email with a list of items | 26 Jan 2007 03:54 GMT | 1 |
I currently have data for group1 which has x entries associated with it. As I currently put out the email, the data is going down the page. Well with the data being displayed, I thought why not have all on same line like following:
|
| Help, using script to edit router config (entering different modes automatically) | 25 Jan 2007 14:43 GMT | 4 |
Suppose I have an appliance, it's not cisco but the process of updating configuration is almost the same. 1. First you log-in either via ssh or telnet.. 2. Then you go into a certain mode by typing a particular command. 3. Only after you have enter that mode, you can issue the ...
|
| substituting one variable, assign to another | 25 Jan 2007 11:49 GMT | 4 |
How can take the value of one variable, substitute say its suffix, and assign it to another? I have only figured out how to do it using an intermediate variable: if ( $code eq "" ){
|
| perl and network connection | 25 Jan 2007 07:20 GMT | 3 |
i'm developping a perl script which uses WWW-Mechanize and performs a big number of submit_form I've noticed that because of the execution of this script network connection fails intermitently ...
|