Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Recalcitrant placeholders

by Bod (Parson)
on Jul 05, 2021 at 20:39 UTC ( [id://11134681]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    
    ...
    print "ERROR: " . $dbh->errstr if $dbh->err;
    
    print "\nCRID: $crid\n";
    
  2. or download this
    #!/usr/bin/perl -T
    
    ...
    
    __END__
    
  3. or download this
    TEST: 0
    
    CRID: 1
    
  4. or download this
    $html->head;
    
  5. or download this
    #$html->head;
    print "Content-type: text/plain\n\n";
    
  6. or download this
    <p>TEST: 0</p>
    <p>CRID: 1</p>
    

Log In?
Username:
Password:

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

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

    No recent polls found