Help for this page

Select Code to Download


  1. or download this
    my @thefiles = <$GSR_fh>;
    make_path ( map {chomp; $_} <$GSR_fh>);
    
    make_path ( map {chomp; $_} @thefiles );