Help for this page

Select Code to Download


  1. or download this
    if (1 == 2) {
        use foo;
    }
    
  2. or download this
    if ($a == 2) {
        require "foo.pl";
    }
    
  3. or download this
    while (1) {}
    require foo.pl;
    
  4. or download this
    while (1) {}
    require "foo.pl";