Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Record Separator affecting Regex

by insensate (Hermit)
on Nov 07, 2002 at 19:11 UTC ( [id://211188]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    insert into table_name values(1, 'testing 1 2 3');
    # more comments
    insert into table_name values (2, 'test •')
    
  2. or download this
    Query: insert into table_name values(1, 'testing 1 2 3');
    Query: insert into table_name values (2, 'test •');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 13:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found