First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
weird issue with HTML::TokeParser and Fork
Ben Bullock wrote: On Sat, 03 May 2008 16:58:46 -0700, arik wrote: $title = $stream->get_trimmed_text("/title"); ^^^^^^ print "Title:".$tile."\n"; ^^^^^ use warnings; use strict; This guy posted the exact same question on Perlmonks, and, ... 6 May 2008 22:25
WriteExcel->sheets() fails to get the worksheets
On May 5, 4:58 pm, Jim Gibson <jimsgib...(a)gmail.com> wrote: In article <fea47429-8010-4353-bbd2-dc4c825bf...(a)p39g2000prm.googlegroups.com>, Anand <anand.acha...(a)gmail.com> wrote: I am trying to read an excel file usign the writeexcel. Following is the code-snippet: my $workbook = Spreads... 6 May 2008 22:25
FAQ 4.26 How do I reformat a paragraph?
This is an excerpt from the latest version perlfaq4.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 . --------... 6 May 2008 22:25
Posting Guidelines for comp.lang.perl.misc ($Revision: 1.8 $)
Outline Before posting to comp.lang.perl.misc Must - Check the Perl Frequently Asked Questions (FAQ) - Check the other standard Perl docs (*.pod) Really Really Should - Lurk for a while before posting - Search a Usenet archive If You Like - Check Other Re... 6 May 2008 22:25
Anyone using IPC::Cmd on Windows?
I'm using ActiveState Perl 5.10.0 for Windows, and wanted to use IPC::Cmd for running external programs. To my surprise, I found IPC::Cmd->can_capture_buffer returning false, meaning that I can't use it to capture the output of the programs. Also, I found IPC::Cmd->can_use_ipc_run returning false, but... 6 May 2008 22:25
FAQ 4.5 How do I convert between numeric representations/bases/radixes?
This is an excerpt from the latest version perlfaq4.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 . --------... 6 May 2008 22:25
RXParse 1.2
RXParse 1.2 parse/edit/filter module Webmasters please adhere to the copyright notice at the top of the listing. After a 1-1/2 year hiatus, I am revisiting the development of this code with special attention towards implementation of parse and edit as you go. There are many excellent xml query tools out there lik... 6 May 2008 22:25
WriteExcel->sheets() fails to get the worksheets
I am trying to read an excel file usign the writeexcel. Following is the code-snippet: my $workbook = Spreadsheet::WriteExcel->new('Temp.xls'); print "Cannot create Temp.xls: $!\n" if (not defined $workbook); foreach $worksheet ($workbook->sheets()) { print "Worksheet Name is: ".$worksheet-... 6 May 2008 22:25
WWW::Mechanize doesn't always follow_link(text
I'm using WWW::Mechanize 1.34 and have a problem. This doesn't work: $agent->follow_link(text => 'Edit&nbsp;Librarians', n => 1); It doesn't work in the sense that the link isn't followed and the $agent is still on the same page. Is there a bug in my code or is there a known bug in WWW::Mechanize. I've tried to ... 6 May 2008 21:21
How to display 1.234.567.890,00 from 1234567890 ?
Given a decimal value (e.g. 1234567890) I want to print this number with grouping delimiters (european style with dots: 1.234.567.890,00 and not US style 1,234,567,890.00) How can I do this in perl? Jason ... 6 May 2008 21:21
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13