Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

keeping diacritical marks in a string

by Foxpond Hollow (Sexton)
on Oct 08, 2009 at 03:59 UTC ( [id://799858]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $HTML = HTTP::Request->new( GET => $MARC_page );
    $HTML = $user_agent->request($HTML);
    $HTML = $HTML->content;
    
  2. or download this
    if ($HTML =~ m{
            245\d{0,2}  # MARC code 245 followed by 0-2 indicators
    ...
        else {
                $title = MARC::Field->new('245','','', 'a' => "field does 
    +not exist");
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found