レアケースだけど、perlでも変数が数字か文字列かを判断する方法がある。リファレンスをJSONに変換するときとかに数字か文字列か意識する必要がある。
for (100, "100") {
if ($_ ^ $_) {
print "$_ is string\n";
}
else {
print "$_ is numeric\n";
}
}
レアケースだけど、perlでも変数が数字か文字列かを判断する方法がある。リファレンスをJSONに変換するときとかに数字か文字列か意識する必要がある。
for (100, "100") {
if ($_ ^ $_) {
print "$_ is string\n";
}
else {
print "$_ is numeric\n";
}
}
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.