----------------
____________________________________________________________________________
+[ 1399] By: gsar on 1998/07/09 12:15:12
+ Log: update Changes, perlhist.pod, beginnings of perldelta.pod
+ Branch: perl
+ ! Changes pod/perldelta.pod pod/perlhist.pod
+____________________________________________________________________________
[ 1397] By: gsar on 1998/07/09 08:35:39
Log: merge changes from maintbranch (1354, and relevant part of 1356); all
maintenance changes upto 1356 merged
=head1 Obsolete Diagnostics
=over
-
+
=item Can't mktemp()
(F) The mktemp() routine failed for some reason while trying to process
The "my" is simply a modifier on something you might assign to. So when
you do assign to the variables in its argument list, the "my" doesn't
-change whether those variables is viewed as a scalar or an array. So
+change whether those variables are viewed as a scalar or an array. So
my ($foo) = <STDIN>; # WRONG?
my @FOO = <STDIN>;
/* ****************************************************************** qsort */
-void
+STATIC void
#ifdef PERL_OBJECT
qsortsv(SV ** array, size_t num_elts, SVCOMPARE compare)
#else