Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    printf "%s\n", $lang->maketext( "menu.title.league-tables", "Division 
    +Three" );
    
    1;
    
  2. or download this
    package TopTable::Maketext;
    
    use strict;
    ...
    use parent qw(CatalystX::I18N::Maketext);
    
    1;
    
  3. or download this
    use utf8;
    package TopTable::Schema;
    
    ...
    # You can replace this text with custom code or comments, and it will 
    +be preserved on regeneration
    __PACKAGE__->meta->make_immutable(inline_constructor => 0);
    1;
    
  4. or download this
    use utf8;
    package TopTable::Schema;
    
    ...
    # You can replace this text with custom code or comments, and it will 
    +be preserved on regeneration
    __PACKAGE__->meta->make_immutable(inline_constructor => 0);
    1;
    
  5. or download this
    [error] Caught exception in TopTable::Controller::Admin::Bans->process
    +_form "Can't call method "maketext" on an undefined value at D:\Perso
    +nal\Dev\Web\www.mkttl.co.uk\TopTable\lib/TopTable/Schema/ResultSet/Ba
    +n.pm line 88."