Help for this page

Select Code to Download


  1. or download this
    my $screen_maker = ScreenMaker->new();
    $screen_maker->$current_screen();
    
  2. or download this
    use ScreenMaker;
    use Carp qw(carp);
    ...
            foo -> sub { $screen_maker->foo() },
        };
    }