Help for this page

Select Code to Download


  1. or download this
    $line = "one two three four four SIX";
    
    ...
    if ($line =~ /six/i) {
    
    }
    
  2. or download this
    //================================================
    // C++11 Perl equivalency wrapper functions
    ...
      example3();
      return 0;
    }