Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in subroutine

Why "my @variable" inside a sub and modified by sub/sub behaves so strange

perl scope subroutine

Passing arrays to a subroutine that prints each array separately

arrays perl subroutine

Confused about whether I'm passing a scalar or an array to a subroutine in perl?

Should a subroutine croak when called with more arguments than expected?

In VB.NET is "Exit Sub" necessary or helpful?

vb.net exit subroutine

Calling a Module Function By Reference

perl dynamic module subroutine

What is the CORE:match (opcode) subroutine in Perl profiling?

perl profiling subroutine

What is the priority with nested case, for and if loop?

What does () accomplish in a subroutine definition in Perl?

Perl referencing and deferencing hash values when passing to subroutine?

Debug Fortran code from within R

assembly subroutines get called twice without even being called from main

Can I use F2PY on a subroutine with subroutine calls?

Why does direct binding of an `our &foo` not work, but indirecting via a dynamic lookup does?

module raku subroutine rakudo

Smart way to pass arguments in Fortran 90

perl foreach loop in subroutine

perl foreach subroutine

fortran operator overloading: function or subroutine

In Perl, how can I check from which module a given function was imported?

How do I pass a hash to subroutine?

perl hash subroutine

What's the best way to discover all subroutines a Perl module has?