加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
NAME
    crap - just don't take any

VERSION
    version 0.06

SYNOPSIS
      no crap;

      # strict and warnings are enabled

      $foo = 'bar'; # wrong

      use crap;

      # no strictures or warnings now

      $bar = 'foo' # This is 'okay' now

DESCRIPTION
    Enables strict and warnings without all the typing.

    It also makes "STDOUT" 'hot' turning off buffering.

    To enable just type "no crap" in your script.

    "use crap" disables strict and warnings and restores previous settings
    to "STDOUT" bufferingness.

AUTHOR
    Chris Williams <chris@bingosnet.co.uk>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2014 by Chris Williams.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

空文件

简介

暂无描述 展开 收起
Perl
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化