Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] error message with nph-build

Quote Reply
Re: [Andy] error message with nph-build In reply to
Thanks Andy, Smile

Your solution functions perfectly.

I also used this code successfully :

Code:
sub {
my $count = 0;
for (@_) {
my @words = split /\b/;
$count += scalar @words;
}
return $count;
}

http://www.gossamer-threads.com/...?post=237087#p237087

Mick
Subject Author Views Date
Thread error message with nph-build MJ_ 8785 Oct 23, 2008, 12:21 AM
Thread Re: [Dj_] error message with nph-build
Andy 8647 Oct 23, 2008, 12:30 AM
Thread Re: [Andy] error message with nph-build
MJ_ 8653 Oct 23, 2008, 12:46 AM
Thread Re: [Dj_] error message with nph-build
Andy 8683 Oct 23, 2008, 12:51 AM
Thread Re: [Andy] error message with nph-build
MJ_ 8632 Oct 23, 2008, 12:59 AM
Thread Re: [Dj_] error message with nph-build
Andy 8622 Oct 23, 2008, 1:00 AM
Post Re: [Andy] error message with nph-build
MJ_ 8605 Oct 23, 2008, 3:34 AM
Thread Re: [Andy] error message with nph-build
MJ_ 8616 Oct 23, 2008, 3:56 AM
Thread Re: [Dj_] error message with nph-build
Andy 8672 Oct 23, 2008, 4:16 AM
Thread Re: [Andy] error message with nph-build
MJ_ 8607 Oct 23, 2008, 4:34 AM
Post Re: [Dj_] error message with nph-build
Andy 8635 Oct 23, 2008, 4:35 AM