Help for this page

Select Code to Download


  1. or download this
    if(ref($INPUT{$thing}) eq "ARRAY") { $INPUT{$thing} = join('^', $$INPUT{$thing}); }
  2. or download this
    join('^', $$INPUT{$thing})
  3. or download this
    @$INPUT{$thing}
  4. or download this
    @{ $INPUT{$thing} }
  5. or download this
    if(ref($INPUT{$thing}) eq "ARRAY") { $INPUT{$thing} = join('^', @{$INPUT{$thing}}); }