Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Dj_] error message with nph-build

Quote Reply
Re: [Dj_] error message with nph-build In reply to
Not sure. I would just use:

Code:
sub {
if (length($_[0] < 1) { return 0; }
my @tmp = split / /, $_[0];
return $#tmp + 1;
}

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread error message with nph-build MJ_ 8781 Oct 23, 2008, 12:21 AM
Thread Re: [Dj_] error message with nph-build
Andy 8644 Oct 23, 2008, 12:30 AM
Thread Re: [Andy] error message with nph-build
MJ_ 8650 Oct 23, 2008, 12:46 AM
Thread Re: [Dj_] error message with nph-build
Andy 8679 Oct 23, 2008, 12:51 AM
Thread Re: [Andy] error message with nph-build
MJ_ 8629 Oct 23, 2008, 12:59 AM
Thread Re: [Dj_] error message with nph-build
Andy 8619 Oct 23, 2008, 1:00 AM
Post Re: [Andy] error message with nph-build
MJ_ 8602 Oct 23, 2008, 3:34 AM
Thread Re: [Andy] error message with nph-build
MJ_ 8613 Oct 23, 2008, 3:56 AM
Thread Re: [Dj_] error message with nph-build
Andy 8669 Oct 23, 2008, 4:16 AM
Thread Re: [Andy] error message with nph-build
MJ_ 8603 Oct 23, 2008, 4:34 AM
Post Re: [Dj_] error message with nph-build
Andy 8632 Oct 23, 2008, 4:35 AM