Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Odd number of elements in anonymous hash

by toolic (Bishop)
on Jun 09, 2016 at 16:11 UTC ( [id://1165233]=note: print w/replies, xml ) Need Help??


in reply to Odd number of elements in anonymous hash

my $href = { to => $email, from => $from, from_name => $name, subject => $subject, body => $body, }; if ($code) { $href->{attach_path} = $file_name; $href->{attach_filename} = $file_name; $href->{attach_type} = 'application/txt'; } my $success = email($href);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-25 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found