Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document convention for keys in %^H | Zefram | 2011-09-15 | 1 | -4/+20 |
| | |||||
* | perlpragma.pod: Clarify that runtime %^H is ro | Karl Williamson | 2010-07-13 | 1 | -2/+2 |
| | | | | | | You can use (caller(0))[10} to retrieve the contents of %^H, and any changes you make to your local copy will be lost, but that may not be immediately apparent to the pod reader. | ||||
* | Note why storing a reference as an integer in %^H is not threadsafe. | Nicholas Clark | 2007-02-12 | 1 | -0/+7 |
| | | | p4raw-id: //depot/perl@30221 | ||||
* | Nits in the perlpragma manpage | Rafael Garcia-Suarez | 2006-06-27 | 1 | -7/+7 |
| | | | p4raw-id: //depot/perl@28435 | ||||
* | Additional perlpragma.pod nits. | Steve Peters | 2006-05-22 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@28272 | ||||
* | More nits in perlpragma, and remove the warning about %^H being | Rafael Garcia-Suarez | 2006-05-22 | 1 | -6/+8 |
| | | | | | strictly internal in perlvar. p4raw-id: //depot/perl@28271 | ||||
* | Fix two nits in perlpragma.pod | Rafael Garcia-Suarez | 2006-05-22 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@28268 | ||||
* | Add perlpragma.pod, which describes how to implement user pragmata. | Nicholas Clark | 2006-05-19 | 1 | -0/+138 |
p4raw-id: //depot/perl@28241 |