Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: reg-exp problem

by ady (Deacon)
on Sep 09, 2008 at 11:21 UTC ( [id://710042]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $_ = "{Just} another, Perl*hacker.";
    my @rray = split /[{},*]/, $_;
    print Dumper( \@rray);
    
  2. or download this
    $VAR1 = [
              '',
    ...
              ' Perl',
              'hacker.'
            ];
    

Log In?
Username:
Password:

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

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

    No recent polls found