We Recommend

Learning Perl Learning Perl
In this smooth, carefully paced course, a leading Perl trainer teaches you to program in the language that threatens to make C, sed, awk, and the Unix shell obsolete for many tasks. This book is the "official" guide for both formal (classroom) and informal learning. It is fully accessible to the novice programmer.


Posted By

noah on 02/25/08


Tagged

get http Bash headers commandline request debugging www agent


Versions (?)


lwp-request


Published in: Perl 


  1. #Print response headers, don't print HTML
  2. lwp-request -de http://collegeboard.com
  3.  
  4. #Print all debugging info, don't print HTML
  5. lwp-request -desSU http://collegeboard.com

Report this snippet 

You need to login to post a comment.