http://qs321.pair.com?node_id=275194


in reply to Re: Re: Functions Signatures
in thread Functions Signatures

Arguments of the file? What do you mean by that?

Abigail

Replies are listed 'Best First'.
Re: Re: Functions Signatures
by nofernandes (Beadle) on Jul 17, 2003 at 13:33 UTC

    .. I made a mistake.. not arguments of a file!! Arguments of the function!!

    Sorry.. i was distracted!!

    Nuno
      Unless you are using prototypes, user defined functions take lists as arguments. Lists have no names. If you are looking into somehow from the source deduce that it should report sub Hello($text), then forget it. The sub, as defined, takes a list as argument.

      If you want a static language like Java, instead of a dynamic one like Perl, go code in Java. But Perl isn't Java.

      Abigail