Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    open (MAILQ, "/usr/bin/mailq |")
            or die "open failed: $!\n";
    
  2. or download this
    /usr/bin/mailq: basename: No such file or directory
    /usr/bin/mailq: tr: No such file or directory