| Author |
Standard input Question
|
|
| Elite Elite 2006-09-26, 7:57 am |
|
If i going to write a script with a standard input how
would it look like?My perl book don't talk about it.
Craig
________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
| |
| Jorge Almeida 2006-09-26, 7:57 am |
| On Tue, 26 Sep 2006, elite elite wrote:
>
>
> If i going to write a script with a standard input how
> would it look like?My perl book don't talk about it.
>
>
> Craig
>
What book? And what part thereof did you read? (Besides the cover, that
is...)
--
Jorge Almeida
| |
| DJ Stunks 2006-09-26, 7:57 am |
|
Elite Elite wrote:
> If i going to write a script with a standard input how
> would it look like?My perl book don't talk about it.
Time to get a real book, l33t! Luckily, there's a nice beginners book
(curiously titled "Beginning Perl") available for free online!
check it out: http://www.perl.org/books/beginning-perl/
Your previous questions about scalars are answered in Chapter 2 as is
this question regarding STDIN.
I would suggest reading the rest of this book before asking more
questions of this list.
-jp
| |
| Mumia W. 2006-09-26, 7:57 am |
| On 09/26/2006 07:10 AM, elite elite wrote:
>
> If i going to write a script with a standard input how
> would it look like?My perl book don't talk about it.
>
>
> Craig
>
If the perl documentation has been properly installed onto your
computer, you should be able to open a command prompt and type "perldoc
perl" to get some more information about perl.
You can potentially learn a tremendous amount about perl using perldoc.
| |
| Elite Elite 2006-09-26, 6:57 pm |
|
Learning perl and programming perl book
--- Jorge Almeida <jalmeida@math.ist.utl.pt> wrote:
> On Tue, 26 Sep 2006, elite elite wrote:
>
> how
> it.
> What book? And what part thereof did you read?
> (Besides the cover, that
> is...)
> --
> Jorge Almeida
>
> --
> To unsubscribe, e-mail:
> beginners-unsubscribe@perl.org
> For additional commands, e-mail:
> beginners-help@perl.org
> <http://learn.perl.org/>
> <http://learn.perl.org/first-response>
>
>
>
________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
| |
| Bryan R Harris 2006-09-26, 6:57 pm |
|
>
> Learning perl and programming perl book
First look up the "diamond" operator ("<>") in "Learning Perl", chapter 6.2.
- B
| |
| Elite Elite 2006-09-26, 6:57 pm |
|
My teacher had a lesson 2 only an i thought it was in
lesson 2 in the book thanks for the help:)
--- Bryan R Harris <Bryan_R_Harris@raytheon.com>
wrote:
>
>
> input how would it look like?My
>
>
> First look up the "diamond" operator ("<>") in
> "Learning Perl", chapter 6.2.
>
> - B
>
>
>
>
> --
> To unsubscribe, e-mail:
> beginners-unsubscribe@perl.org
> For additional commands, e-mail:
> beginners-help@perl.org
> <http://learn.perl.org/>
> <http://learn.perl.org/first-response>
>
>
>
________________________________________
__________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|
|
|
|