Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: backslash found where operator expected at

by jmc (Initiate)
on May 06, 2021 at 20:56 UTC ( [id://11132180]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub call_ses {
        my $params = shift;
    ...
    
        my $endpoint_name = $endpoint;
    }
    
  2. or download this
    sub call_ses {
    
    ...
       my $endpoint_name = $self->AWS_endpoint;
    
    }
    
  3. or download this
    Can't use an undefined value as a HASH reference at
            /usr/share/perl5/vendor_perl/SES.pm line 559 (#1)
    ...
    Uncaught exception from user code:
            Can't use an undefined value as a HASH reference at /usr/share
    +/perl5/vendor_perl/SES.pm line 559.
            SES::call_ses('HASH(0x243cc00)', 'HASH(0x26a2138)') called at 
    +/opt/aws/apitools/ses/bin/ses-get-stats.pl line 168
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found