jbwiv has asked for the wisdom of the Perl Monks concerning the following question:
open(PS, "ejbreg.pl |") || die "Can't open script"; print "<DIV>"; while ($line=<PS>) { if($line=~/.*\n$/) { print "$line<BR>\n"; } else { print "$line"; } print ""; } print "</DIV>"; close(PS);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Differences between CGI and command-line versions of scripts?!?
by arturo (Vicar) on Apr 03, 2001 at 21:31 UTC | |
by jbwiv (Acolyte) on Apr 03, 2001 at 21:57 UTC | |
|
Re: Differences between CGI and command-line versions of scripts?!?
by dws (Chancellor) on Apr 04, 2001 at 22:43 UTC | |
by jbwiv (Acolyte) on Apr 05, 2001 at 00:04 UTC | |
|
Re: Differences between CGI and command-line versions of scripts?!?
by runrig (Abbot) on Apr 03, 2001 at 21:30 UTC | |
by dws (Chancellor) on Apr 04, 2001 at 00:12 UTC | |
by jbwiv (Acolyte) on Apr 04, 2001 at 19:23 UTC | |
|
make++ -- A better, safer make implementation
by princepawn (Parson) on Apr 04, 2001 at 01:04 UTC |