Help for this page
#!/usr/bin/perl ... f("foo,bar"); f("foo,bar "); # should fail on this f("foo, bar"); # should fail on this
$VAR1 = [ 'foo' ... ]; $VAR1 = []; $VAR1 = [];