| Newsgroups |
perl.cvs.perlfaq |
| Message-ID |
<[email protected]> |
cvsuser 02/02/11 11:25:53
Modified: . perlfaq3.pod
Log:
Remove more unix bias.
Revision Changes Path
1.14 +2 -3 perlfaq/perlfaq3.pod
Index: perlfaq3.pod
===================================================================
RCS file: /home/perlcvs/perlfaq/perlfaq3.pod,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -r1.13 -r1.14
--- perlfaq3.pod 8 Feb 2002 22:32:47 -0000 1.13
+++ perlfaq3.pod 11 Feb 2002 19:25:53 -0000 1.14
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq3 - Programming Tools ($Revision: 1.13 $, $Date: 2002/02/08 22:32:47 $)
+perlfaq3 - Programming Tools ($Revision: 1.14 $, $Date: 2002/02/11 19:25:53 $)
=head1 DESCRIPTION
@@ -850,8 +850,7 @@
Using qq(), q(), and qx(), instead of "double quotes", 'single
quotes', and `backticks`, may make one-liners easier to write.
-There is no general solution to all of this. It is a mess, pure and
-simple. Sucks to be away from Unix, huh? :-)
+There is no general solution to all of this. It is a mess.
[Some of this answer was contributed by Kenneth Albanowski.]