Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
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 wandering the Monastery: (2)
As of 2024-04-24 23:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found