Help for this page

Select Code to Download


  1. or download this
    "my" variable $title masks earlier declaration in same statement at t/
    +dpr_functions.t line 298.
    "my" variable $moreinfo masks earlier declaration in same statement at
    + t/dpr_functions.t line 298.
    "my" variable $contacts masks earlier declaration in same scope at t/d
    +pr_functions.t line 300.
    "my" variable $title masks earlier declaration in same scope at t/dpr_
    +functions.t line 300.
      etc., . . .
    
  2. or download this
    298  print STDERR "$title\n$moreinfo\n";
    
    300  return($releasedate,$contacts,$title,$subtitle,$body,$moreinfo);