Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Re: where do you put your subs

by demerphq (Chancellor)
on Mar 08, 2002 at 13:52 UTC ( [id://150312]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print join("\n",map(join(",",map{s/\.//;$_}@$_),@strings);
    #vs
    print join "\n",map{join",",map{s/\.//;$_}@$_}@strings;
    
  2. or download this
    my $count=scalar keys %hash;
    #or
    $count=scalar(keys(%hash));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found