in reply to How to display an apostrophe in pod2usage help output.

Try using the html entity for apostrophe, which is either ' or '.

As an aside, ' may not work under IE; see HTML Entities.


emc

Information about American English usage here and here.

Any Northeastern US area jobs? I'm currently unemployed.

  • Comment on Re: How to display an apostrophe in pod2usage help output.

Replies are listed 'Best First'.
Re^2: How to display an apostrophe in pod2usage help output.
by dbmathis (Scribe) on Sep 16, 2007 at 16:08 UTC
    So I am talking about the pod2usage output to the a terminal window. The apostrophes below show up as a strange 'a'.

    =cut =head1 EXAMPLES The following is an example of this script: perlsql -query /home/dmathis/cand_query -to 'dbmathis@test.com' -filename 'filename.xls' -database schema -dbserver db13 -node Res_Score -xmlcol RawXML -header or perlsql -query /home/dmathis/cand_query -to 'david@perl.com' -filename 'filename.xls' -database test -dbserver db13 -node Scorebourd+score -xmlcol RawXML -header or perlsql -query ora_query -to 'anders@jungle.org' -dbserver oraserver -dbuser orauser -dbpassword somepass -oracle -delimiter '\t'. =cut
    After all this is over, all that will really have mattered is how we treated each other.