What does this function definition mean in perl?

Posted by Neeraj on Stack Overflow See other posts from Stack Overflow or by Neeraj
Published on 2010-03-20T22:44:24Z Indexed on 2010/03/20 22:51 UTC
Read the original article Hit count: 454

Filed under:
|

I have been doing perl from some time but today i came across this code:

sub function1($$)
{
   //snip
}

what does this mean in perl?

© Stack Overflow or respective owner

Related posts about perl

Related posts about subroutines