Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      require SomethingStupid;
      import SomethingStupid qw(O_CREAT O_EXCL O_WRONLY);
    }