Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    require 'lib_utils.pl';
    
    dl_file('/tmp/final.pdf');
    
  2. or download this
    sub dl_file {
        my ($file) = @_;
    ...
        
        return 1;
    }