Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: subsitute s/ and match m/ failure

by Bloodnok (Vicar)
on Jan 22, 2009 at 15:29 UTC ( [id://738188]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $model =~ s/\.log$//;
    die if $model =~ /log/;
    
  2. or download this
    $ip =~ s/\.log$//;
    die if $ip =~ /log/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-03-19 02:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found