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

Re: Pronounceable syntax or beloved punctuation?

by tadman (Prior)
on May 17, 2002 at 00:56 UTC ( [id://167157]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $line = <$fh>;  # Filehandle?
    my $file = <*fs>;  # Glob?
    
  2. or download this
    my $line   = $fh->readline();  # Filehandle!
    my ($file) = glob("*fs");        # Glob!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-23 20:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found