summaryrefslogtreecommitdiff
path: root/pod/perlopentut.pod
Commit message (Collapse)AuthorAgeFilesLines
* perlopentut: Fit verbatim lines into 79 columnsKarl Williamson2013-07-241-4/+6
|
* perlopentut: standardize on no newline in dieRicardo Signes2013-07-231-7/+7
| | | | it is nice to know from where an error originates!
* perlopentut: Spelling and stylistic improvements only.James E Keenan2013-07-231-19/+18
|
* perlopentut: add copyright/author, remove historyRicardo Signes2013-07-231-5/+3
|
* perlopentut: correct perlfaq linksRicardo Signes2013-07-231-2/+2
| | | | thanks to David Golden for pointing this out
* Don't patch perlopentut: rewrite it completelyTom Christiansen2013-07-231-905/+186
| | | | | | | | | | | Patch made by rjbs, from <10107.1361064602@chthon> > Nearly [all of perlopentut] is non-simple. That is not a tutorial, > and it is not just about open. It is more like "FMTEYEWTK About > open() and I/O in Perl". If the goal is to create a document that > teaches people how to use open() for the simple cases, then there > is no hope for perlopentut. It cannot be turned into that, > because that is not what it is. You have to start over.
* Docs: Use the symbol `C<< < >>' rather than `less-than'.Michael Witten2011-03-271-1/+1
| | | | | | | | | | | | | | | Thanks to Tom Christiansen for pointing out that the original replacement: C< < > does not ignore the whitespace. See: Message-ID: <28746.1301262347@chthon> Signed-off-by: Michael Witten <mfwitten@gmail.com>
* Further clarification on indirect filehandlesA. Sinan Unur2010-10-041-1/+18
| | | | | | | | | | | | | | | | | | | | | A recent discussion on Stackoverflow.com indicated to me that there is some potential for confusion in the "Indirect Filehandles" section in perlopentut.pod. See comments to http://stackoverflow.com/questions/3661161/writing-a-macro-in-perl/3661239#36612 39 The attached patch is my attempt at clarifying that indirect filehandles are closed when there are no more references to them rather than simply when the end of the current lexical scope is reached. I also added an example of returning such a filehandle from a subroutine. I am not sure if this is the best way to word it, so I would appreciate feedback. The patch is attached. -- Sinan
* PATCH: minor typo cleanup of pod/ directoryTom Christiansen2010-01-051-1/+1
| | | | | | | | | | | | | | These are all in the pod/ directory, and only the first is a code fix. There was also a single lingering ISO 8859-1 encoding that missed the UTF-8 upconvert. The rest are cleanups for typos, some of which seem to have been around for a rather long time: spelling errors, incorrect possessives, and extra, missing, or duplicated words. If you actually read through, I bet you'll realize what sparked this. :) --tom Signed-off-by: Abigail <abigail@abigail.be>
* Use alternative URLs for links which are now broken (link rot)Leon Brocard2009-09-041-1/+1
|
* It's RISC OS, dammit. Hard space, upper case. Always.Nicholas Clark2008-10-011-1/+1
| | | p4raw-id: //depot/perl@34454
* Re: [PATCH] Add open "|-" and open "-|" to perlopentutShlomi Fish2008-09-271-0/+27
| | | | | Message-id: <200809231900.41474.shlomif@iglu.org.il> p4raw-id: //depot/perl@34435
* [perl #51964] Typo on regular expression at perlopentut manual page. pancho@pancho.name2008-03-251-1/+1
| | | | | | From: pancho@pancho.name (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-25460-1206095463-311.51964-75-0@perl.org> p4raw-id: //depot/perl@33559
* [patch] :utf8 updatesJuerd Waalboer2007-11-231-1/+1
| | | | | Message-ID: <20071117190300.GY10696@c4.convolution.nl> p4raw-id: //depot/perl@32461
* perlopentutPeter Dintelmann2007-06-221-3/+3
| | | | | | From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com> Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66C78@naimucu1.ffz00k.rootdom.net> p4raw-id: //depot/perl@31444
* Make the spelling of whitespace (vs white-space and white space)Offer Kaye2005-03-291-4/+4
| | | | | | more consistent Message-ID: <5694250503171147668e73c7@mail.gmail.com> p4raw-id: //depot/perl@24090
* Mac OS Classic vs Mac OS X claricationsRafael Garcia-Suarez2005-02-121-1/+1
| | | | | by Sherm Pendley p4raw-id: //depot/perl@23963
* Fix an fcntl example in perlopentut, spotted by MJD.Rafael Garcia-Suarez2004-02-131-1/+3
| | | p4raw-id: //depot/perl@22301
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-4/+4
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* [perl #3763] code example error in "perlopentut"Jarkko Hietaniemi2003-09-051-2/+2
| | | p4raw-id: //depot/perl@21040
* Minor rephrasing in perlopentut,Rafael Garcia-Suarez2003-03-291-1/+1
| | | | | noticed by Bob Wilkinson (RT [perl #21725]) p4raw-id: //depot/perl@19080
* perlopentut and PerlIO documentationSlaven Rezic2002-11-101-1/+1
| | | | | Message-ID: <8765v7kb90.fsf@vran.herceg.de> p4raw-id: //depot/perl@18135
* perlopentut.pod, #3: The last of the content changes.Andy Lester2002-09-271-38/+92
| | | | | Message-ID: <20020920172341.GA15672@petdance.com> p4raw-id: //depot/perl@17935
* Mention I/O layers in perlopentut.Jarkko Hietaniemi2002-06-121-0/+36
| | | p4raw-id: //depot/perl@17209
* s/Plan9/Plan 9/g; (and one remaning MacOS)Jarkko Hietaniemi2002-06-081-1/+1
| | | p4raw-id: //depot/perl@17122
* Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixedMark-Jason Dominus2002-04-201-10/+12
| | | | | Message-ID: <20020420073628.324.qmail@plover.com> p4raw-id: //depot/perl@16031
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
| | | | | | | | | | | Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
* With permission, change the licensing of the docs byJarkko Hietaniemi2001-08-071-6/+2
| | | | | TomC (and Gnat) to comply with the rest of Perl. p4raw-id: //depot/perl@11607
* Pod updatesStephen P. Potter2000-11-071-12/+12
| | | | | Message-Id: <200011062357.SAA18173@spotter.yi.org> p4raw-id: //depot/perl@7585
* doubled words in pods (from Simon CozensGurusamy Sarathy2000-04-271-1/+1
| | | | | <simon.p.cozens@jp.pwcglobal.com>) p4raw-id: //depot/perl@5959
* whitespace and readabiliti nits in the pods (from Michael G SchwernGurusamy Sarathy2000-03-031-8/+8
| | | | | and Robin Barker) p4raw-id: //depot/perl@5493
* fix outdated URLs (from Michael G Schwern)Gurusamy Sarathy2000-02-281-1/+1
| | | p4raw-id: //depot/perl@5319
* Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-161-5/+7
| | | | | | | | (tag :seek), add S_I constants (and functions) (tag :mode); refer only to the SEEK_ of Fcntl, not the ones from POSIX or IO::; add SHUT_ to Socket; get trigonometric functions from Math::Trig instead of POSIX. p4raw-id: //depot/cfgperl@5118
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-081-2/+2
| | | p4raw-id: //depot/cfgperl@5043
* pod tweaksGurusamy Sarathy1999-12-201-2/+2
| | | p4raw-id: //depot/perl@4699
* lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;Gurusamy Sarathy1999-10-151-1/+1
| | | | | | | | avoid tickling it in Pod::Man for now; other nits in Pod::* p4raw-link: @4081 on //depot/perl: cd06dffe59d60ee6a2fdd7c81f8cef42c7026b36 p4raw-id: //depot/perl@4390
* major pod update from Tom ChristiansenGurusamy Sarathy1999-05-241-1/+1
| | | p4raw-id: //depot/perl@3460
* perlopentut.podTom Christiansen1999-01-141-0/+862
To: pumpkings@jhereg.perl.com Message-Id: <199901091513.IAA17512@jhereg.perl.com> p4raw-id: //depot/cfgperl@2611