[Perl] appel routine in the main program
Marc Chantreux
khatar at phear.org
Jeu 19 Oct 16:38:15 CEST 2017
hello,
le package par defaut est main.
a.pm: package a;
a.pm: sub b { main::b(@_) }
a.pm: 1;
b.pl: use a;
b.pl: sub b {print "hello"}
b.pl: a::b;
par contre: ca me parrait un peu tordu d'avoir un module dont le
fonctionnement reposerait sur qqhose qui est implémenté dans main. il y
a peu-etre plus propre.
tu nous dirais ce que tu veux faire ?
marc
--
Marc Chantreux (eiro on github and freenode)
http://eiro.github.com/
http://eiro.github.com/atom.xml
"Don't believe everything you read on the Internet"
-- Abraham Lincoln
Plus d'informations sur la liste de diffusion Perl