Gossamer Forum
Home : General : Perl Programming :

Re: [Wychwood] Use of uninitialized value in concatenation (.) or string

Quote Reply
Re: [Wychwood] Use of uninitialized value in concatenation (.) or string In reply to
Wychwood wrote:
Use of uninitialized value in concatenation (.) or string

You've lost me - $groupname is the only variable (apart from the declaration of $user_detail), but that is defined further up:

Code:
my $groupname = $IN->param('groupname');

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 Use of uninitialized value in concatenation (.) or string slg_saravanan 17785 May 2, 2007, 6:27 AM
Thread Re: [slg_saravanan] Use of uninitialized value in concatenation (.) or string
Andy 17619 May 2, 2007, 6:40 AM
Thread Re: [Andy] Use of uninitialized value in concatenation (.) or string
slg_saravanan 17675 May 2, 2007, 6:54 AM
Thread Re: [slg_saravanan] Use of uninitialized value in concatenation (.) or string
Andy 17619 May 2, 2007, 7:02 AM
Thread Re: [Andy] Use of uninitialized value in concatenation (.) or string
Wychwood 17614 May 7, 2007, 5:00 PM
Thread Re: [Wychwood] Use of uninitialized value in concatenation (.) or string
Andy 17580 May 8, 2007, 12:59 AM
Thread Re: [Andy] Use of uninitialized value in concatenation (.) or string
Wychwood 17653 May 8, 2007, 2:25 AM
Thread Re: [Wychwood] Use of uninitialized value in concatenation (.) or string
Andy 17600 May 8, 2007, 2:29 AM
Thread Re: [Andy] Use of uninitialized value in concatenation (.) or string
Wychwood 17607 May 8, 2007, 5:15 PM
Post Re: [Wychwood] Use of uninitialized value in concatenation (.) or string
slg_saravanan 17550 May 24, 2007, 3:36 AM