Help for this page

Select Code to Download


  1. or download this
    if (exists($INC{'strict.pm'})) { print "strict\n" }
    if (exists($INC{'warnings.pm'})) { print "warnings\n" }
    
  2. or download this
    if (exists($INC{'warnings.pm'}) || $^W) {print "Warnings\n"};