in reply to Perl In, Perl Out...
Client installation: for anything that needs to talk to the Oracle server (in your case, the webserver).
As far as backing out failed installs: simply removing the .pm files from the perl module directory tree should work, but if you're using CPAN you can always use the "force" option to install over a broken installation.
perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth +er_name\n"'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl In, Perl Out...
by BigJoe (Curate) on Jun 07, 2001 at 19:06 UTC |