Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Need help! on this piece of code.

by Dumu (Monk)
on May 06, 2015 at 09:33 UTC ( [id://1125817]=note: print w/replies, xml ) Need Help??


in reply to Need help! on this piece of code.

Modest further additional note:

You should be able to change :-

my @emails = split(' ');

to just :-

my @emails = split;

since a single space character is the default string to split on.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found