Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    $author = join(',', @authors);
    print "$author\n";
    
  2. or download this
    Liying Cheng,Janna Fox,Ying Zheng