Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: $1[

by thanos1983 (Parson)
on Oct 11, 2017 at 08:58 UTC ( [id://1201149]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    Missing right curly or square bracket at test.pl line 10, within strin
    +g
    syntax error at test.pl line 10, at EOF
    Execution of test.pl aborted due to compilation errors.
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    $ perl test.pl
    [a+b]*c
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    $ perl test.pl
    [a+b]*c
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $ perl test.pl
    [a+b)*c
    [a+b]*c
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (8)
As of 2024-04-23 12:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found