Help for this page

Select Code to Download


  1. or download this
    use File::Glob 'bsd_glob';
    my @files = bsd_glob "$tempdir/sudolog*";
    print "Found file [$_]\n"
        for @files;