Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
            unlink $file;
        }
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        `make clean`;
        print $fail;
    }
    
  3. or download this
    all: 
        ./build.pl all
        make clean
    ...
    
    unchecked: