Re: escape sequence for tab not working
nobull_at_mail.com
Date: 12/10/03
- Next message: Alan J. Flavell: "Re: escape sequence for tab not working"
- Previous message: Randal L. Schwartz: "Re: What is '_'"
- In reply to: naniwadekar: "Re: escape sequence for tab not working"
- Next in thread: Alan J. Flavell: "Re: escape sequence for tab not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 10 Dec 2003 04:49:01 -0800
"naniwadekar" <nani3skip45@hotmail.com> wrote in message news:<br6bh9$293aem$1@ID-75735.news.uni-berlin.de>...
> "Tad McClellan" <tadmc@augustmail.com> wrote -
> >
> > Do not re-type Perl code
> >
> > Use copy/paste or your editor's "import" function rather than
> > attempting to type in your code. If you make a typo you will get
> > followups about your typos instead of about the question you are
> > trying to get answered.
> >
>
> I re-typed the perl code because I can't access internet
> from my workstation at my workplace.
Could I suggest removable media?
> But since the followup tackled the typo AND (not INsteaDOf) my
> question, I need have no regrets.
Believing that you need have no regets because you got what you wanted
even though you pissed people off in the process is not something that
most people would mention in public. (Because it makes you sound like
a bit of a sociopath).
> I do run my code under strict but I excuse myself from
> re-typing it when I submit queries to the forum.
Indeed, there's no moral requirement to actually include "use strict"
and "use warnings" in the code fragments you post. There is a moral
requirement to ensure there are not mistakes that would have been
detected by their use.
> To Anno Siegel - Thanks for the help.
Usenet is a threaded medium. If you wish to follow-up stuff in Anno's
response you should do so in a follow-up to Anno's response.
> I did not use perl's print because I wanted the output to
> go to a file instead of stdout.
Perl's print() is the usual way to write to files in Perl.
- Next message: Alan J. Flavell: "Re: escape sequence for tab not working"
- Previous message: Randal L. Schwartz: "Re: What is '_'"
- In reply to: naniwadekar: "Re: escape sequence for tab not working"
- Next in thread: Alan J. Flavell: "Re: escape sequence for tab not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|