Help for this page

Select Code to Download


  1. or download this
    BEGIN
    {
        require Foo::Bar;
        Foo::Bar->import;
    }
    
  2. or download this
    sub error_handling
    {
    ...
        Data::Dumper->import;
        die Dumper $data;
    }