Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: "Use of uninitialized value in print" but why ???

by mrborisguy (Hermit)
on Dec 11, 2005 at 00:33 UTC ( [id://515772]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    my @matches = <$match_in>;
    ...
    while (my $lines = <$fh_in>) {
      for my $matches ( @matches ) {
    ...
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            print "$line1:\t$line2\n";
        }
    }
    
  3. or download this
    one
    two
    three
    
  4. or download this
    ay
    bee
    see
    
  5. or download this
    one: ay
    one: bee
    one: see
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 17:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found