Sun751 has asked for the wisdom of the Perl Monks concerning the following question:
Any one have any suggestion regarding this? Please let me know. Cheersmy (%resource,$portoffset); initialize(\%resource,$portoffset); consolidate(\%resource, $portoffset); dispatch(\%resourcel,$portoffset); sub initialize { my ($HRI_resource,$I_portoffset) = @_; } sub consolidate { my ($HRC_resource, $C_portoffset)= @_; } sub dispatch { my ($HRD_resource, $D_portoffset)= @_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using and renaming same variables/hash within different subroutines
by why_bird (Pilgrim) on Jun 24, 2009 at 08:26 UTC | |
|
Re: Using and renaming same variables/hash within different subroutines
by Utilitarian (Vicar) on Jun 24, 2009 at 08:30 UTC | |
|
Re: Using and renaming same variables/hash within different subroutines
by Anonymous Monk on Jun 24, 2009 at 08:25 UTC | |
|
Re: Using and renaming same variables/hash within different subroutines
by AnomalousMonk (Archbishop) on Jun 24, 2009 at 13:58 UTC |