Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: not able to get the output using split function

by philiprbrenan (Monk)
on Sep 01, 2012 at 21:35 UTC ( [id://991196]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use feature ":5.14";
    use warnings FATAL => qw(all);
    ...
    {
        print "$i: " . $words[$i] . "\n";
    }
    
  2. or download this
    0: aaaa
    1: bbb
    2: ccc
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-23 14:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found