Help for this page

Select Code to Download


  1. or download this
    package Foo::Bar;
    
  2. or download this
    BEGIN {require Foo::Bar; Foo::Bar->import();}
    
  3. or download this
    my $baz = Foo::Bar->new(easy      => 'to',
                            see       => 'whats',
                            happening => 'here');
    
  4. or download this
    package Dark::Madness;
    
    my $inner_demon = $main::higher_demon;
    ...
    1;
    
  5. or download this
    $foobar->set_widget(param1 => value1,
                         param2 => value2,
    ...
    $foobar->use_widget();
    
    my $widget_dreams = $foobar->get_dreams(style => 'psychotic');