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

Re^2: Net::Amazon::EC2 loses pound-shebang when base64'd

by esh (Pilgrim)
on Oct 06, 2009 at 23:17 UTC ( [id://799610]=note: print w/replies, xml ) Need Help??


in reply to Re: Net::Amazon::EC2 loses pound-shebang when base64'd
in thread Net::Amazon::EC2 loses pound-shebang when base64'd

I take back my comment about not base-64 encoding. I just looked at my code and it says:
my $instances = $ec2->run_instances( ImageId => $ami_id, MinCount => 1, MaxCount => 1, KeyName => $key, (defined $user_data ? (UserData => MIME::Base64::encode_base64($user_data)) : ()), (defined $instance_type ? (InstanceType => $instance_type) : ()), #... ) or die "$ec2->{error}";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 13:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found