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

Re: How (Not) To Ask A Question

by chromatic (Archbishop)
on Nov 19, 2006 at 00:40 UTC ( [id://584905]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (<STDIN>) {
        chomp;
        if ($_ =~ /hello/) {
    ...
    {
        print "bye\n";
    }
    
  2. or download this
    while (<STDIN>) {
        unless (/hello/) {
            style2();
    ...
    sub style2 {
        print "bye\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-29 05:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found