Help for this page

Select Code to Download


  1. or download this
    package Snafu;
    use Carp 'cluck';
    ...
    1;
    Snafu::new("Test");
    Snafu->new("Test");
    
  2. or download this
    package Snafu;
    use Carp 'cluck';
    ...
    Snafu::new("Test");
    Snafu->new("Test");
    Snafu->_new("test");