Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Array whitespace

by Belgarion (Chaplain)
on May 20, 2004 at 21:29 UTC ( #355089=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open PASSWD, "ypcat passwd|";
    while (<PASSWD>) {
      print;
    }
    close PASSWD;
    
  2. or download this
    join(' ', @list);
    
  3. or download this
    print @nis_passwd;
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2023-10-04 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?