Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: syntax error at example.pl line 1

by ExReg (Priest)
on Jun 17, 2016 at 01:37 UTC ( [id://1165927]=note: print w/replies, xml ) Need Help??


in reply to syntax error at example.pl line 1

After you add that missing semicolon, you might want to look at single quotes around a variable name towards the end.

Replies are listed 'Best First'.
Re^2: syntax error at example.pl line 1
by AnomalousMonk (Archbishop) on Jun 17, 2016 at 05:43 UTC

    If you're thinking of
        print "'$cheese' ";
    it should be ok because the single-quotes are actually in | actually literal characters within a double-quote operator:

    c:\@Work\Perl\monks>perl -wMstrict -le "my $cheese = 'limburger'; print \"'$cheese' \"; " 'limburger'


    Give a man a fish:  <%-{-{-{-<

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1165927]
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: (7)
As of 2024-04-18 11:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found