Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: Problem with tie *STDIN, 'IO::Scalar', \$text;

by LunaticLeo (Scribe)
on Apr 30, 2001 at 20:36 UTC ( [id://76642]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $GLOBAL1 = do_stuff($GLOBAL0, $GLOBAL1);
    
  2. or download this
    ... set globals ...
    ...
    do_stuff;
    ...
    ... use modified globals
    
  3. or download this
    &read_input;
    &calculate_this;
    ...
    sub read_input { ... }
    sub write_output { ... }
    sub calculate_that { ... }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found