Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: My program it doesn't work could you tell me my mistakes?

by blakem (Monsignor)
on Nov 08, 2001 at 06:58 UTC ( [id://123986]=note: print w/replies, xml ) Need Help??


in reply to Re: My program it doesn't work could you tell me my mistakes?
in thread My program it doesn't work could you tell me my mistakes?

Since I almost tripped myself up on this yesterday...

When someone posts code w/o code tags, things like '<STDIN>' tend to get parsed out as invalid html tags. That's why you'll see things like

$input = ;
</code> It was actually entered as:
$input = <STDIN>;
but got munged along the way.

-Blake

Log In?
Username:
Password:

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

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

    No recent polls found