驗證網址www.perl101.org安全性

Arrays & Lists - Perl 101 - Index

Arrays & Lists Arrays of words are easily created The qw operator makes creating arrays easy. It means "quote on whitespace into a list": # Perl 5 my @stooges = qw( Larry Curly Moe Iggy ); # or my @stooges = qw( Larry Curly Moe ......

網址安全性掃描由 google 提供