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

Re: variables from STDIN

by derby (Abbot)
on Feb 22, 2012 at 13:35 UTC ( [id://955528]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      foreach my $con ( @consonants ) {
         foreach my $vow ( @vowels ) {
            ..
         }
      }
    
  2. or download this
        foreach my $con_1 ( @consonants ) {
          foreach my $vow_1 ( @vowels ) {
    ...
            } 
          }
        }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        }
      }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found