Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > b7558c49ef4aee74752db064035d9740 > files > 41

perl-Continuity-1.500.0-10.mga5.i586.rpm

<?

// Capture output
ob_start();

// Suspend the program and wait for input
// Return the new parameters
function getParsedInput() {
  global $perl;
  $out = ob_get_clean();
  ob_start();
  return $perl->getParsedInput($out);
}

// Set up global perl interpreter connection
$perl = Perl::getInstance();

?>