Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Concatenate printing a string and array

by Bass-Fighter (Beadle)
on Jan 06, 2009 at 08:43 UTC ( [id://734370]=note: print w/replies, xml ) Need Help??


in reply to Concatenate printing a string and array

and if you use:

my $n = @array; my $count=0; for (my $i=0; $i<$n; $i++){ print $array[$count]; $count++ }
$n gets in here the number of binary numbers
and $count gives you which number in the array must be printed

Log In?
Username:
Password:

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

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

    No recent polls found