Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Computers and Programming

by gmax (Abbot)
on Mar 21, 2002 at 10:21 UTC ( [id://153288]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $string = 'I am a "Perl programmer", you are a "piece of rust"';
    $string =~ /"(.*)"/;
    print "$1\n";
    
  2. or download this
    $string =~ /"([^"]*)"/; # 'Perl programmer'
    
  3. or download this
     _  _ _  _  
    (_|| | |(_|><
     _|
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-03-28 14:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found