Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: print failing to output anything

by Roy Johnson (Monsignor)
on Nov 12, 2003 at 20:57 UTC ( [id://306632]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $filename = "";
    my $outputfile = "";
    
  2. or download this
    my $filename = <STDIN>;
    chop ($filename);
    
  3. or download this
    while (<INFILE>) #read the input file
    {
    while ( /(\w['\w-]*)/g ){  #if we have a "word";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-25 08:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found