Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: How Much Is Too Much (on one line of code)?

by sfink (Deacon)
on Jun 18, 2007 at 23:30 UTC ( [id://621890]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my $country = $card->country;
      $country = $country eq 'gbr' ? '' : uc "[$country]"
        if $country;
    
  2. or download this
    my $country;
    eval {
    ...
      $country->apply(Iterator->new(type => "closure",
                                    args => [ $cntry_formatter ]));
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found