Wednesday 27 November 2019

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


Read more »

Labels: