On Thu, Mar 21, 2013 at 6:41 PM, Charles DeRykus wrote:
> On Thu, Mar 21, 2013 at 3:12 PM, Dominik Danter wrote:
>> Hi I just don't understand the perlfaq example. All I want is to capture
>> output
>> of an external command's stdout and stderr. Here is what I've tried:
>>
>>
>> sub get_exit() {
Hi I just don't understand the perlfaq example. All I want is to capture output
of an external command's stdout and stderr. Here is what I've tried:
sub get_exit() {
my ($exit_status, $std_out, $std_err) = @_;
my %error_codes = (
1024 => 'uid already exists',
256 => 'not
I kind of figure it out by myself. It seems that I can't return to its
original url with "action" when I use the post method.
Cheers all.
2013/3/21 Logust Yu
> Hello,
>
> I've tried Formbuilder with Apache and had no problem with that. But when
> I use Formbuilder with Dancer, I have to delibe
Hello,
I've tried Formbuilder with Apache and had no problem with that. But when I
use Formbuilder with Dancer, I have to deliberately set a value to
"action", otherwise it will go to a blank page. But this trick only works
when the method within the formbuilder section is "get". If I change it to
On Wed, Mar 20, 2013 at 04:33:28PM +0100, Klaus Jantzen wrote:
> Hi,
Hello,
> when installing a module from CPAN I always get the hint that
> YAML is not installed.
>
> To solve the problem I tried to find YAML on CPAN and found
> dozens of pages with YAML. Scanning the entries I detected
> CPAN
Hey Klaus,
run the cpan command then...
o conf yaml_module YAML
o conf commit
that'll tell the cpan module to use the YAML module.
hope this helps
daniël
On 20 March 2013 16:33, Klaus Jantzen wrote:
> Hi,
>
> when installing a module from CPAN I always get the hint that YAML is not
> insta
Hi,
when installing a module from CPAN I always get the hint that YAML is
not installed.
To solve the problem I tried to find YAML on CPAN and found dozens of
pages with YAML.
Scanning the entries I detected CPAN::Meta::YAML. Its documentation
seems to indicate that that is what I need.
I i
[- Wed 20.Mar'13 at 11:57:55 -0700 Angela Barone :-]
> Thank you to everyone who replied off-list. It turns out that version
> 0.60 had a problem which manifested itself in strange ways. As we were
> trying to figure out what was going on, version 0.61 was released. Th