Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use LWP::Simple;
    
    getprint 'http://xxx.xx.xx.xx/dir/index.html';
    
  2. or download this
    $ perl -MLWP::Simple -e'getprint shift' 'http://xxx.xx.xx.xx/dir/index.html'