Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Testing <>

by Corion (Patriarch)
on Oct 03, 2011 at 15:31 UTC ( [id://929363]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if( -t and !@ARGV) {
        die "Need a file or stream on standard input";
    ...
    while (<>) {
        ...
    };
    
  2. or download this
    >perl -w tmp.pl
    Need a file or stream on standard input at tmp.pl line 2.
    ...
    >perl -w tmp.pl tmp.pl
    
    >perl -w tmp.pl <tmp.pl
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://929363]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-19 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found