Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Substr Problem

by GrandFather (Saint)
on Sep 27, 2012 at 01:38 UTC ( [id://995901]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    @values[2, 3] = (0.5, 0.845);
    printf "Second statement:\t%s\n", join "\t", @values;
    
  2. or download this
    First statement:    0    0    0    0    0    0    0    0    0    0
    Second statement:    0    0    0.5    0.845    0    0    0    0    0  
    +  0
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-03-28 20:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found