Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
... my $info = send_values( { name => $name, address => $address, id => $id, pic => $pic, } ); ...
... sub send_values{ my ($args) = @_; #test: my $values = "Your Results are:\n $args->{name}\n $args->{address}\n $args->{pic}\n $args->{id}\n $args->{zip}\n $args->{phone}\n "; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Subroutine question on use of uninitialized value.
by toolic (Bishop) on Jun 01, 2012 at 13:34 UTC | |
by sauoq (Abbot) on Jun 01, 2012 at 14:20 UTC | |
by Anonymous Monk on Jun 01, 2012 at 13:48 UTC | |
by toolic (Bishop) on Jun 01, 2012 at 13:58 UTC | |
Re: Subroutine question on use of uninitialized value.
by sauoq (Abbot) on Jun 01, 2012 at 14:08 UTC | |
Re: Subroutine question on use of uninitialized value.
by AnomalousMonk (Archbishop) on Jun 01, 2012 at 15:50 UTC | |
Re: Subroutine question on use of uninitialized value.
by davido (Cardinal) on Jun 01, 2012 at 18:09 UTC |