Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: regexp issue: Porting script from 5.6.1 to 5.005_02

by hv (Prior)
on Aug 10, 2004 at 01:37 UTC ( [id://381429]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      /
        ^                  # from the start
    ...
        ( .* )             #   match zero or more characters
        $                  # .. until we reach end of string
      /x
    
  2. or download this
      perl -wle 'print "ok" if undef =~ /^(([\w\d\-\_]+)[:,]|)(.*)$/'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-03-28 21:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found