Help for this page

Select Code to Download


  1. or download this
    @_ > 2 ? open $_[0],$_[1],$_[2] : open $_[0], $_[1];
    
  2. or download this
    @_ > 2 ? open $_[0],$_[1],@_[2..$#_] : open $_[0], $_[1];