Help for this page
use strict; use warnings; ... warn join ",",@_; demo("hello", "world"); }
test,1 at d:/tmp/pm/getopt_long.pl line 23, <DATA> line 26. Number of args: 2 at d:/tmp/pm/getopt_long.pl line 16, <DATA> line 26. hello,world at d:/tmp/pm/getopt_long.pl line 18, <DATA> line 26.