Help for this page

Select Code to Download


  1. or download this
    fax: "| /usr/local/bin/faxout.pl"
    
  2. or download this
    #!/usr/bin/perl -w
    #
    ...
    my @args = ("/usr/bin/sendfax", "-mnd", "$name\@$faxno", "/var/tmp/uu.
    +$$");
    system @args;
    unlink "/var/tmp/uu.$$";