Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Record Separator affecting Regex

by Mr. Muskrat (Canon)
on Nov 07, 2002 at 18:56 UTC ( [id://211183]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    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://211183]
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-04-23 11:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found