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