Help for this page
use Win32::Pipe; use strict; ... print "\nCould not create pipe\n"; print "Error: " . Win32::FormatMessage( $Win32::Pipe::Error ) . "\n" +; }
sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant( +) ... eval "sub $AUTOLOAD { $val }"; goto &$AUTOLOAD; }