Help for this page

Select Code to Download


  1. or download this
    Goto undefined subroutine &Carp::longmess_real at /usr/share/perl5/Car
    +p.pm line 35, <FH> line 1.
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    use local::lib;
    use Evolvethinking::Mymodule;
    use POSIX 'strftime';
    
  3. or download this
    package Mymodule;
    {
    ...
                    is => 'ro',
                    isa => 'my_timestamp'
             );
    
  4. or download this
    Attribute (insert_class) does not pass the type constraint because: No
    +t a valid class at /home/neil/perl5/lib/perl5/x86_64-linux-thread-mul
    +ti/Mouse/Util.pm line 383, <FH> line 1.
            Mouse::Util::throw_error('Mouse::Meta::Attribute=HASH(0x161869
    +8)', 'Attribute (insert_class) does not pass the type constraint be..
    +.', 'data', '192_168_0_151', 'depth', -1) called at /home/neil/perl5/
    +lib/perl5/x86_64-linux-thread-multi/Mouse/Util.pm line 383, <FH> line
    + 1.
    ...
                    is => 'rw',
                    isa => 'my_insert_class'
            );