Help for this page

Select Code to Download


  1. or download this
    sub ding {
        my @foo = ref $_[0] eq "ARRAY" ? @{$_[0]} : ();
        ...
    }