Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: passing an array to a checkbox_group

by AidanLee (Chaplain)
on Oct 11, 2001 at 17:42 UTC ( [id://118209]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @array = <>;
    
  2. or download this
    @array = <>;
    @array = map {  substr($_,0,$x)  } @array;
    ...
    #or in one step:
    
    @array = map {  substr($_,0,$x)  } <>;
    

Log In?
Username:
Password:

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

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

    No recent polls found