Help for this page
Select Code to Download
Select
or
download this
if(ref($INPUT{$thing}) eq "ARRAY") { $INPUT{$thing} = join('^', $$INPUT{$thing}); }
Select
or
download this
join('^', $$INPUT{$thing})
Select
or
download this
@$INPUT{$thing}
Select
or
download this
@{ $INPUT{$thing} }
Select
or
download this
if(ref($INPUT{$thing}) eq "ARRAY") { $INPUT{$thing} = join('^', @{$INPUT{$thing}}); }