jonam has asked for the wisdom of the Perl Monks concerning the following question:
I used a perl program to get the login name of the user. I included that perl program in PHP code. It prints the user name when I run that code using php(command). But it does not print the login name in browser when I run. How can I get the login name of the user in perl that can print the name in browser?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl in php
by CountZero (Bishop) on Mar 14, 2009 at 07:52 UTC | |
|
Re: perl in php
by jonnyfolk (Vicar) on Mar 14, 2009 at 07:42 UTC | |
|
Re: perl in php
by irah (Pilgrim) on Mar 14, 2009 at 08:23 UTC | |
by Anonymous Monk on Mar 14, 2009 at 09:58 UTC |