Ask a Question related to PERL Beginners, Design and Development.
-
William M West #1
$PATH/expect_scripts/script.exp | $PATH/perl/script.pl
the subject describes my wishes.
what i really want to do is parse the screens of an
expect script through a perl script... now, what i would like to
do is understand how to catch a pipe in perl, and how
my program will end up being different.
I looked up pipe in 'perldoc -q pipe' and 'perldoc -f pipe'
i'm having trouble parsing the information, so i'm looking
forward to a little bit of extra enlightenment :)
thanks,
willy
William M West Guest
-
include files using dynamic path script - Help?
I have recently found Hosting services that have the PHP virtual() function disabled. This function works only when PHP is compiled as an Apache... -
#24329 [Bgs]: Appending path info to a php script breaks under IIS
ID: 24329 Updated by: abies@php.net Reported By: marcus at quintic dot co dot uk Status: Bogus Bug Type: ... -
#24329 [Opn->Bgs]: Appending path info to a php script breaks under IIS
ID: 24329 Updated by: sniper@php.net Reported By: marcus at quintic dot co dot uk -Status: Open +Status: ... -
#24329 [Fbk->Opn]: Appending path info to a php script breaks under IIS
ID: 24329 User updated by: marcus at quintic dot co dot uk Reported By: marcus at quintic dot co dot uk -Status: ... -
#24329 [Opn->Fbk]: Appending path info to a php script breaks under IIS
ID: 24329 Updated by: sniper@php.net Reported By: marcus at quintic dot co dot uk -Status: Open +Status: ... -
William M West #2
RE: $PATH/expect_scripts/script.exp | $PATH/perl/script.pl
i feel silly. with regard to pipe catching::
while (<STDIN>) {
print " $_, is a lovely string\n";
}
well, there's a simple answer to a simple question...
willy :)
William M West Guest



Reply With Quote

