Help for this page

Select Code to Download


  1. or download this
    has 'x' => (is => 'rw', isa => 'Int');
    has 'x' => {is => 'rw', isa => 'Int'};
    
  2. or download this
    use Template;
     
    # some useful options (see below for full list)
    ...
    # process input template, substituting variables
    $template->process($input, $vars)
        || die $template->error();