| unexpected results with arrays and qw |
|
 |
 |
 |
30.01.2009 - 00:14 - I am running perl, v5.8.8 on an Ubuntu Hardy GNU/Linix system.
I have spent an hour trying to resolve this by searching previous
posts. I hope this is an appropriate topic for ...
|
 |
| XML::Twig doctype and entity handling |
|
 |
 |
 |
04.09.2008 - 23:11 - I'm writing a program that needs to extract a clump of XML metadata
stored inside of a noncompliant HTML file and then perform a number of
operations on that metadata. (Specifically, for ...
|
 |
| XML::Twig doctype and entity handling |
|
 |
 |
 |
04.09.2008 - 23:11 - I'm writing a program that needs to extract a clump of XML metadata
stored inside of a noncompliant HTML file and then perform a number of
operations on that metadata. (Specifically, for ...
|
 |
| XML::Twig doctype and entity handling |
|
 |
 |
 |
04.09.2008 - 23:11 - I'm writing a program that needs to extract a clump of XML metadata
stored inside of a noncompliant HTML file and then perform a number of
operations on that metadata. (Specifically, for ...
|
 |
| XML::Twig doctype and entity handling |
|
 |
 |
 |
04.09.2008 - 23:11 - I'm writing a program that needs to extract a clump of XML metadata
stored inside of a noncompliant HTML file and then perform a number of
operations on that metadata. (Specifically, for ...
|
 |
| XML::Twig doctype and entity handling |
|
 |
 |
 |
04.09.2008 - 23:11 - I'm writing a program that needs to extract a clump of XML metadata
stored inside of a noncompliant HTML file and then perform a number of
operations on that metadata. (Specifically, for ...
|
 |
| XML::Twig doctype and entity handling |
|
 |
 |
 |
04.09.2008 - 23:11 - I'm writing a program that needs to extract a clump of XML metadata
stored inside of a noncompliant HTML file and then perform a number of
operations on that metadata. (Specifically, for ...
|
 |
| XML::Twig doctype and entity handling |
|
 |
 |
 |
04.09.2008 - 23:11 - I'm writing a program that needs to extract a clump of XML metadata
stored inside of a noncompliant HTML file and then perform a number of
operations on that metadata. (Specifically, for ...
|
 |
| Garbage collection and previous variable value |
|
 |
 |
 |
10.04.2008 - 20:14 - Hello,
I am trying to understand what exactly is happening in the following
code, in the routine AA:
#!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper;
my $c = ...
|
 |
| List all Fields in a Notes view (in perl?) |
|
 |
 |
 |
04.11.2007 - 09:44 - I'm trying to extract data from a Notes view. I actually use Perl to do
so, so if anyone has done that before, it would be very helpful.
Anyway, here's the issue:
I can get the specific ...
|
 |
| I've sent these two suggestions to the CPAN site |
|
 |
 |
 |
04.03.2007 - 22:14 - 1st is to create a separate RSS feed for each module, so we can know
when news version of our favorite modules are up. The contents of each
item in these RSS feeds should be the portions ...
|
 |
| OSCON 2006 Lightning talks deadline extended |
|
 |
 |
 |
14.07.2006 - 23:32 - There is still time to propose a lightning talk for OSCON 2006. The
deadline has been extended through Monday, 25 July.
Lightning Talks at the 2006 O'Reilly Open Source ...
|
 |
| what does this error message mean? |
|
 |
 |
 |
01.06.2006 - 02:14 - First, let me thank the people who responded to my earlier posting
explaining how to use a file handle as an argument to a subroutine. I used
the syntax
open my ...
|
 |
| How to do binary buffer comparison in Perl? |
|
 |
 |
 |
09.05.2006 - 22:14 - Hi,
I just started learning Perl. I am trying to read 4k block from file
like below:
my $buff;
binmode DISK_FILE or warn "Couldn't set mode on $_\n";
sysread (DISK_FILE, $buff, ...
|
 |
| does double array dereferencing make a copy? |
|
 |
 |
 |
05.04.2006 - 18:14 - The following excerpt is from Mail/Header.pm
# Copyright (c) 1995-2001 Graham Barr . All rights reserved.
# Copyright (c) 2002-2005 Mark Overmeer
$VERSION = "1.74";
# lots elided
sub ...
|
 |