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


in reply to Re: Functions Signatures
in thread Functions Signatures

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

Sorry.. i was distracted!!

Nuno

Replies are listed 'Best First'.
Re: Functions Signatures
by Abigail-II (Bishop) on Jul 17, 2003 at 14:26 UTC
    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