Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Regex being stupid

by Athanasius (Archbishop)
on Sep 19, 2013 at 03:10 UTC ( [id://1054764]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
       $text =~ /(\w+)@(\w+)\.com/;
    
    print "$1\@$2\n";
    
  2. or download this
    12:59 >perl 724_SoPW.pl
    pilar@delphoss
    
    13:06 >
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found