pavunkumar has asked for the wisdom of the Perl Monks concerning the following question:
How can I declare the function with prototype in Perl ..?
For example in "C programming" while calling function with mismatch prototype, it will say the error at compilation time. How can I get this one in Perl .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: subroutine prototype in Perl
by moritz (Cardinal) on Aug 07, 2009 at 07:29 UTC | |
|
Re: subroutine prototype in Perl
by cdarke (Prior) on Aug 07, 2009 at 08:02 UTC | |
|
Re: subroutine prototype in Perl
by ELISHEVA (Prior) on Aug 07, 2009 at 09:42 UTC | |
by AnomalousMonk (Archbishop) on Aug 07, 2009 at 18:52 UTC | |
|
Re: subroutine prototype in Perl
by Marshall (Canon) on Aug 07, 2009 at 09:45 UTC |