perl qw - what is?
Perl Qw:
perl qw is quoted words, it is useful for declaring arrays, instead of writing quotes for each strings, we can use qw to minimize it.
Qw Delimiter:
1.space(Recommended and default)
2.comma
3.comment
Labels: perl qw
[There's More Than One Way To Do It]
Always A Blog To Get Confident in Coding
Labels: perl qw