sub hoge {
return ("a", "b");
}
($foo) = &hoge();
$bar = &hoge();
print $foo; # a
print $bar; # b
Conversation
Notices
-
ぐすくま@わかりみ (guskma@abyss.fun@abyss.fun)'s status on Monday, 04-Feb-2019 12:05:50 JST ぐすくま@わかりみ
sub hoge {
return ("a", "b");
}
($foo) = &hoge();
$bar = &hoge();
print $foo; # a
print $bar; # b
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.