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

Re: Reading contents of file using regex

by GrandFather (Saint)
on Jan 31, 2006 at 10:52 UTC ( [id://526706]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    __DATA__
    ...
    
  2. or download this
    $line=; # Just plain wrong!
    
    ...
    $t_book=~s/\l=([a-z]+)\/$1/ig; # The \/ is wrong!
    
    $t_book=~s/<(|/)(B|I|SC|U)>//ig; # The |/ is wrong (and why would you 
    +want to capture it?)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-24 07:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found