Home
About
FAQ
News
New user
login
password
Go to
Module
Distribution
Author
Recent notes
POD
User
Time
Note
perlfunc
jdhedden
2005-11-18 19:53:00
The iterator is not reset when the scope of the...
perlstyle
itub
2005-11-18 18:16:34
"Space between two right parens when the first ...
Class::Std
leriksen
2005-11-18 01:25:20
I think this line $snum{$obj_ID} = check_name(...
Class::Std
jdhedden
2005-11-17 15:46:46
See L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=...
PDF::API2
zoontf
2005-11-16 20:17:38
This powerful package has pretty poor documenta...
LWP::UserAgent
cdolan
2005-11-16 16:40:10
Instead of overriding get_basic_credentials() i...
LWP::UserAgent
cdolan
2005-11-16 16:35:48
See L<LWP> for a higher-level introduction.
HTML::Prototype
bernhard
2005-11-16 09:26:25
'confirm' didn't work for me. However I could a...
Test::More
zigdon
2005-11-15 22:48:36
The test names only show up when you're running...
threads::shared
jdhedden
2005-11-15 15:21:35
Sharing objects between threads can be problema...
XML::SAX::Base
mannih2001
2005-11-15 14:20:30
A working URL would be: L<http://perl-xml.cvs.s...
Class::Std
phaylon
2005-11-15 11:06:40
See Class::Std::Storable for serializable objec...
Mail::Sendmail
islue
2005-11-15 09:24:06
$mail{Sender} set the value of 'Return-Path'
threads::shared
jdhedden
2005-11-14 21:44:39
The underlying implementation for sharing uses ...
Class::Std
jdhedden
2005-11-14 19:44:48
The C<_DUMP> method is handy for debugging, but...
Class::Std
jdhedden
2005-11-14 19:41:16
It is possible to architect inside-out objects ...
Text::Template
camenix
2005-11-14 13:59:42
UNICODE is not valid if the HASH is: my $hashs...
CGI::Application::Framework
wunder
2005-11-14 13:55:22
This is a Data::FormValidate definition ? Data...
CGI::Application::Framework
wunder
2005-11-14 13:53:44
This is a Data::FormValidate definition ? Data...
Test::More
MichaelRWolf
2005-11-11 20:44:42
is ($got, $expected, $test_name); isnt($got, $...
Object::InsideOut
jdhedden
2005-11-11 00:04:23
This particular block style for enclosing a pac...
SQL::Abstract
mannih2001
2005-11-10 16:18:33
By the way: is there some way to specify the so...
SQL::Abstract
mannih2001
2005-11-10 15:35:02
I was just reading through the POD and tried to...
Class::CSV
wunder
2005-11-10 03:16:33
my $csv = Class::CSV->new( fields ...
The
stefie10
2005-11-10 00:22:23
Here's my synopsis: #!/usr/bin/perl -w use ...
Page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95