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

Re: string functions

by Corion (Patriarch)
on Oct 25, 2006 at 08:54 UTC ( [id://580512]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %value = (
        A => 1.5,
    ...
        B => 55/100,
        C => 60/100,
    );
    
  2. or download this
    my @letters = split //, $expanded_string;
    my $result = 0;
    ...
    };
    
    print $result;
    
  3. or download this
    $result = 1.5 * (50/100) * 2 + 2.5 * (55/100) * 2 + 3.5 * (60/100) * 2
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-19 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found