Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Need help escaping literal string

by mrras25 (Acolyte)
on Nov 15, 2012 at 01:47 UTC ( [id://1003915]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while(@values = $sth->fetchrow_array) {
       print "$values[8]\n";
    }
    
  2. or download this
    my $insert = "insert into dbtable (vol) values ('$values[8]')";
    
  3. or download this
    insert into dbtable (vol) valuse ('/vol/enycmmcfl01b_ssd2_home_1b_a/CB
    +irbigl$'s')
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-19 12:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found