Thread Flickr::API::Request (5 answers)
Opened by gubach at 2013-01-23 17:39

gubach
 2013-01-24 10:14
#165154 #165154
User since
2011-09-06
23 Artikel
BenutzerIn
[default_avatar]
Ich verwende diagnostics; nachfolgend also die Standard-Fehlermeldungen; line 91 bezieht sich auf
Code: (dl )
my $req = Flickr::API::Request->new({ 


Entsprechend der Fehlermeldung würde ich ein Komma- oder Semikolon-Fehler bei dem Aufruf von Flickr::API::Request erwarten, aber ich habe diesen aus der angegebenen Quelle übernommen. Daher die Frage an jemanden, der diesen Aufruf schon mal richtig verwendet hat, ob an der entsprechenden Zeichensetzung doch was falsch ist. Im Editor habe ich "korrespondierende Klammern anzeigen" eingestellt und überprüft.

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
syntax error at flickr_folder_upload_V0.2.plx line 91, near "my "
syntax error at flickr_folder_upload_V0.2.plx line 120, near "}"
syntax error at flickr_folder_upload_V0.2.plx line 129, near "}"
Execution of flickr_folder_upload_V0.2.plx aborted due to compilation errors (#1)
(F) Probably means you had a syntax error. Common reasons include:

A keyword is misspelled.
A semicolon is missing.
A comma is missing.
An opening or closing parenthesis is missing.
An opening or closing brace is missing.
A closing quote is missing.

Often there will be another error message associated with the syntax
error giving more information. (Sometimes it helps to turn on -w.)
The error message itself often tells you where it was in the line when
it decided to give up. Sometimes the actual error is several tokens
before this, because Perl is good at understanding random input.
Occasionally the line number may be misleading, and once in a blue moon
the only way to figure out what's triggering the error is to call
perl -c repeatedly, chopping away half the program each time to see
if the error went away. Sort of the cybernetic version of S<20
questions>.

Uncaught exception from user code:
syntax error at flickr_folder_upload_V0.2.plx line 91, near "my "
syntax error at flickr_folder_upload_V0.2.plx line 120, near "}"
syntax error at flickr_folder_upload_V0.2.plx line 129, near "}"
Execution of flickr_folder_upload_V0.2.plx aborted due to compilation errors.
at flickr_folder_upload_V0.2.plx line 211

View full thread Flickr::API::Request