Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
testing anonymous routine dereference with alternate syntax
#Title of this code use Data::Dumper; my $a = sub{ my $a = shift; my $b = shift; return $a+$b }; my $b = &$a(12,1); print "val is $b\n";
run
|
edit
|
history
|
help
0
Basics
Perlday1
perl circle plot
matrx travarsal
testing dereference of anonymous routines
Jeffy John Sam (101724)
Arrayop
Tony Gunk
Hashes
size_of_array