Help for this page

Select Code to Download


  1. or download this
    cat file_with_many_args.txt | xargs your_perl_script
    # or
    process_that_spews_args | xargs your_perl_script