Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Perl vs. Python: Looking at the Code

by thraxil (Prior)
on Apr 03, 2002 at 17:15 UTC ( [id://156355]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #perl
    $foo .= $bar;
    
  2. or download this
    #python
    foo.append(bar);
    
  3. or download this
    # perl
    $foo =~ s/\W//g;
    
  4. or download this
    #python
    import re
    foo = re.sub(foo,'\W','')
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (None)
    As of 2024-10-15 20:03 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found

      Notices?
      erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.