Help for this page

Select Code to Download


  1. or download this
    use if (not $] < 5.006) => 'warnings';
    
  2. or download this
    BEGIN { if (not $] < 5.006) { require warnings; warnings->import } }