diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-07 14:15:46 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-07 14:15:46 +0000 |
commit | 500071f48117cc3acc337182631e8ca2e34b1493 (patch) | |
tree | 4d3101d4ba0c90d52fefd4d30cc5e298cfb89cb3 /pod/perlfaq7.pod | |
parent | 23bb49fa8c98c39adab74ba793fe7dad073789c2 (diff) | |
download | perl-500071f48117cc3acc337182631e8ca2e34b1493.tar.gz |
FAQ sync. (FAQ now moved to svn)
p4raw-id: //depot/perl@27399
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r-- | pod/perlfaq7.pod | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod index 3933f57940..9d9ef8d554 100644 --- a/pod/perlfaq7.pod +++ b/pod/perlfaq7.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq7 - General Perl Language Issues ($Revision: 1.28 $, $Date: 2005/12/31 00:54:37 $) +perlfaq7 - General Perl Language Issues ($Revision: 3606 $) =head1 DESCRIPTION @@ -960,6 +960,14 @@ If you get a message like "perl: command not found", perl is not in your PATH, which might also mean that the location of perl is not where you expect it so you need to adjust your shebang line. +=head1 REVISION + +Revision: $Revision: 3606 $ + +Date: $Date: 2006-03-06 12:05:47 +0100 (lun, 06 mar 2006) $ + +See L<perlfaq> for source control details and availability. + =head1 AUTHOR AND COPYRIGHT Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and |