Help for this page

Select Code to Download


  1. or download this
      if ($type eq 'foo') {
         $parser = "Parser::Foo";
    ...
      }
    
      eval "use $parser" or die "Can't load $parser: $@";
    
  2. or download this
      $parser->do_that_thing($with_this);