Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

What are the different parameter passing supported by Perl? How is actual and formal parameter matching done? What types are allowed?

Replies are listed 'Best First'.
Re: parameter passing
by screamingeagle (Curate) on Aug 26, 2002 at 09:41 UTC
Re: parameter passing
by hotshot (Prior) on Aug 26, 2002 at 08:07 UTC
    your quetions are very basic, I suggest you refer to the tutorials, it'll give you much more information than can be written here.

    Hotshot