Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: regular expression and grep function questions

by 7stud (Deacon)
on Mar 02, 2013 at 07:35 UTC ( [id://1021397]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    ********************
    O D E
    ********************
    
  2. or download this
    use strict;
    use warnings;
    ...
    my @arr2 = ('a', 'b');
    
    do_stuff(@arr1, @arr2);
    
  3. or download this
    do_stuff(10, 20, 'a', 'b');
    
  4. or download this
    my @x = 10;
    
  5. or download this
    my @x = (10);
    

Log In?
Username:
Password:

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

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

    No recent polls found