Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: Problem with ReadKey

by liverpole (Monsignor)
on Nov 06, 2010 at 14:43 UTC ( [id://869816]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub find_all_textfiles {
        my ($dir) = @_;
    ...
    
        return @found;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        }
        return $a_text;
    }
    
  3. or download this
    use strict;
    use warnings;
    ...
        }
        return @text;
    }
    
  4. or download this
    use strict;
    use warnings;
    ...
    
        return $a_text;
    }
    
  5. or download this
    sub process_text {
        my ($a_text) = @_;
    ...
        ##
        print "[Debug]\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://869816]
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-20 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found