Help for this page

Select Code to Download


  1. or download this
    if(require "module/that/does/not/exist") { 
      print "loaded module ok\n"; 
    }else{ 
      print "could not load module $@\n"; }
    
  2. or download this
    eval { require "module/that/does/not/exist"; }
    
  3. or download this
    print petrol "hello there !";
    
  4. or download this
    use warnings;
    use strict;