Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Store data into array by looping?

by FreeBeerReekingMonk (Deacon)
on Apr 10, 2019 at 22:08 UTC ( [id://1232426]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $gate_name = 'nand2_1';
    my ($gtype, $gfirst, $gsecond) = ($gate_name =~ /^(\w+)(\d+)_(\d+)/);
    print "# $gtype # $gfirst # $gsecond #\n";
    
  2. or download this
    # nand # 2 # 1 #
    

Log In?
Username:
Password:

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

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

    No recent polls found