Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: (tye)Re: A Little review for a little DBI and CGI?

by coolmichael (Deacon)
on Mar 28, 2001 at 13:46 UTC ( [id://67788]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\WINDOWS\Desktop>perl -e "2==1 or die qw(dying)"
    dying at -e line 1.
    C:\WINDOWS\Desktop>perl -e "2==1 || die qw(dying)"
    dying at -e line 1.
    C:\WINDOWS\Desktop>
    
  2. or download this
    [michael@subtext michael]$ perl -e "2==1 or die qw(dying);"
    dying at -e line 1.
    [michael@subtext michael]$ perl -e "2==1 || die qw(dying);"
    dying at -e line 1.
    

Log In?
Username:
Password:

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

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

    No recent polls found