Help for this page

Select Code to Download


  1. or download this
    
    if (scalar @args == 1) {
    ...
       # treat it as a plain array
    }
    
  2. or download this
    
    if (ref($date) =~ /^ARRAY$/) {
    ...
        # its probably a string ....
    }