Help for this page

Select Code to Download


  1. or download this
      perl -we 'sub b { my $a; *b = \&c; b() } sub c { die "here" } b()'
    
  2. or download this
      package NVC::DB::User;
      sub bless {
    ...
        }
        return $self->bless(@_);
      }