Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in subroutine

How to import subroutines from modules in perl

perl module export subroutine

Is it possible to only time the subroutine call in Perl?

perl profiling subroutine

FORTRAN 95: OPTIONAL statement does not work (using FTN95 and Plato)

How to pass file names to a subroutine in perl?

perl file io 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

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

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